GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource constructor

GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource({
  1. String? generation,
  2. String? uri,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobGcsNotebookSource({
  this.generation,
  this.uri,
});