enableFastStartup property

bool? enableFastStartup
getter/setter pair

If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases.

This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.

Optional.

Implementation

core.bool? enableFastStartup;