NotebookRuntimeOptions constructor

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

Implementation

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