public enum RuntimeSoftwareConfig.Types.PostStartupScriptBehaviorReference documentation and code samples for the Vertex AI Notebooks v1 API enum RuntimeSoftwareConfig.Types.PostStartupScriptBehavior.
Behavior for the post startup script.
Namespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |