postStartupScript property

  1. @TagNumber(7)
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(7)
$core.String get postStartupScript => $_getSZ(6);
  1. @TagNumber(7)
set postStartupScript (String v)

Implementation

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