Module: Google::Cloud::AIPlatform::V1::PostStartupScriptConfig::PostStartupScriptBehavior

Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb

Overview

Represents a notebook runtime post startup script behavior.

Constant Summary collapse

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED =

Unspecified post startup script behavior.

0
RUN_ONCE =

Run post startup script after runtime is started.

1
RUN_EVERY_START =

Run post startup script after runtime is stopped.

2
DOWNLOAD_AND_RUN_EVERY_START =

Download and run post startup script every time runtime is started.

3