inputNotebookFile property

  1. @TagNumber(5)
String get inputNotebookFile

Path to the notebook file to execute. Must be in a Google Cloud Storage bucket. Format: gs://{bucket_name}/{folder}/{notebook_file_name} Ex: gs://notebook_user/scheduled_notebooks/sentiment_notebook.ipynb

Implementation

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

Implementation

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