NotebookRuntimeOptions constructor

NotebookRuntimeOptions({
  1. String? aiPlatformNotebookRuntimeTemplate,
  2. String? gcsOutputBucket,
})

Implementation

NotebookRuntimeOptions({
  this.aiPlatformNotebookRuntimeTemplate,
  this.gcsOutputBucket,
});