Vertex AI v1 API - Enum PostStartupScriptConfig.Types.PostStartupScriptBehavior (3.29.0)

public enum PostStartupScriptConfig.Types.PostStartupScriptBehavior

Reference documentation and code samples for the Vertex AI v1 API enum PostStartupScriptConfig.Types.PostStartupScriptBehavior.

Represents a notebook runtime post startup script behavior.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

Name Description
DownloadAndRunEveryStart

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

RunEveryStart

Run post startup script after runtime is stopped.

RunOnce

Run post startup script after runtime is started.

Unspecified

Unspecified post startup script behavior.