GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage constructor

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage({
  1. String? repository,
  2. String? tag,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage({
  this.repository,
  this.tag,
});