inputNotebookFile property
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
core.String? inputNotebookFile;