Vertex AI v1beta1 API - Enum PostStartupScriptConfig.Types.PostStartupScriptBehavior (1.0.0-beta62)

public enum PostStartupScriptConfig.Types.PostStartupScriptBehavior

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

Represents a notebook runtime post-startup script behavior.

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Fields

Name Description
DownloadAndRunEveryStart

After every start, download the post-startup script from its source and run it.

RunEveryStart

Run the post-startup script after every start.

RunOnce

Run the post-startup script only once, during runtime creation.

Unspecified

Unspecified post-startup script behavior.