NotebookRuntimeOptions constructor
NotebookRuntimeOptions({
- String? aiPlatformNotebookRuntimeTemplate,
- String? gcsOutputBucket,
- GcsRepositorySnapshotDestination? gcsRepositorySnapshotDestination,
Implementation
NotebookRuntimeOptions({
this.aiPlatformNotebookRuntimeTemplate,
this.gcsOutputBucket,
this.gcsRepositorySnapshotDestination,
});