GoogleCloudAiplatformV1NotebookSoftwareConfig constructor

GoogleCloudAiplatformV1NotebookSoftwareConfig({
  1. GoogleCloudAiplatformV1ColabImage? colabImage,
  2. List<GoogleCloudAiplatformV1EnvVar>? env,
  3. GoogleCloudAiplatformV1PostStartupScriptConfig? postStartupScriptConfig,
})

Implementation

GoogleCloudAiplatformV1NotebookSoftwareConfig({
  this.colabImage,
  this.env,
  this.postStartupScriptConfig,
});