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 (gs://path-to-file/file-name
).
Implementation
@$pb.TagNumber(4)
$core.String get postStartupScript => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set postStartupScript($core.String v) { $_setString(3, v); }