GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeVmImage constructor

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeVmImage({
  1. String? family,
  2. String? name,
  3. String? project,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeVmImage({
  this.family,
  this.name,
  this.project,
});