GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime constructor

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime({
  1. GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeContainerImage? customContainerImage,
  2. GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntimeVmImage? vmImage,
})

Implementation

GoogleCloudAiplatformV1NotebookExecutionJobWorkbenchRuntime({
  this.customContainerImage,
  this.vmImage,
});