AI Platform Notebooks v1 API - Enum RuntimeSoftwareConfig.Types.PostStartupScriptBehavior (2.1.0)

public enum PostStartupScriptBehavior

Reference documentation and code samples for the AI Platform Notebooks v1 API enum RuntimeSoftwareConfig.Types.PostStartupScriptBehavior.

Behavior for the post startup script.

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
DownloadAndRunEveryStart

Downloads and runs the provided post startup script at every start.

RunEveryStart

Runs the post startup script provided during creation at every start.

Unspecified

Unspecified post startup script behavior. Will run only once at creation.