GoogleCloudAiplatformV1NotebookSoftwareConfig constructor

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

Implementation

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