notebook property
Required. Path to input notebook. This can be the Cloud Storage URI of
the notebook file or the path to a Notebook Content. The execution args
are accessible as environment variables
(TASK_key=value
).
Implementation
@$pb.TagNumber(4)
$core.String get notebook => $_getSZ(1);
Implementation
@$pb.TagNumber(4)
set notebook($core.String v) { $_setString(1, v); }