postStartupScript property

  1. @TagNumber(4)
String get 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 (gs://path-to-file/file-name).

Implementation

@$pb.TagNumber(4)
$core.String get postStartupScript => $_getSZ(3);
  1. @TagNumber(4)
set postStartupScript (String v)

Implementation

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