postStartupScript property
Path to a Bash script that automatically runs after a notebook instance fully boots up.
The path must be a URL or Cloud Storage path. Example:
"gs://path-to-file/file-name"
Implementation
core.String? postStartupScript;
Path to a Bash script that automatically runs after a notebook instance fully boots up.
The path must be a URL or Cloud Storage path. Example:
"gs://path-to-file/file-name"
core.String? postStartupScript;