GoogleCloudAiplatformV1NotebookSoftwareConfig
import type { GoogleCloudAiplatformV1NotebookSoftwareConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Notebook Software Config. This is passed to the backend when user makes software configurations in UI.
interface GoogleCloudAiplatformV1NotebookSoftwareConfig {
colabImage?: GoogleCloudAiplatformV1ColabImage;
env?: GoogleCloudAiplatformV1EnvVar[];
postStartupScriptConfig?: GoogleCloudAiplatformV1PostStartupScriptConfig;
}§Properties
§
colabImage?: GoogleCloudAiplatformV1ColabImage
[src]Optional. Google-managed NotebookRuntime colab image.
§
Optional. Environment variables to be passed to the container. Maximum limit is 100.
§
postStartupScriptConfig?: GoogleCloudAiplatformV1PostStartupScriptConfig
[src]Optional. Post startup script config.