GoogleCloudAiplatformV1NotebookSoftwareConfig constructor
GoogleCloudAiplatformV1NotebookSoftwareConfig({
- GoogleCloudAiplatformV1ColabImage? colabImage,
- List<
GoogleCloudAiplatformV1EnvVar> ? env, - GoogleCloudAiplatformV1PostStartupScriptConfig? postStartupScriptConfig,
Implementation
GoogleCloudAiplatformV1NotebookSoftwareConfig({
this.colabImage,
this.env,
this.postStartupScriptConfig,
});