postStartupScript property

  1. @TagNumber(8)
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"

Implementation

@$pb.TagNumber(8)
$core.String get postStartupScript => $_getSZ(5);
  1. @TagNumber(8)
void postStartupScript=(String v)

Implementation

@$pb.TagNumber(8)
set postStartupScript($core.String v) { $_setString(5, v); }