GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec
import type { GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
Compute configuration to use for an execution job.
interface GoogleCloudAiplatformV1NotebookExecutionJobCustomEnvironmentSpec {
machineSpec?: GoogleCloudAiplatformV1MachineSpec;
networkSpec?: GoogleCloudAiplatformV1NetworkSpec;
persistentDiskSpec?: GoogleCloudAiplatformV1PersistentDiskSpec;
}§Properties
§
machineSpec?: GoogleCloudAiplatformV1MachineSpec
[src]The specification of a single machine for the execution job.
§
networkSpec?: GoogleCloudAiplatformV1NetworkSpec
[src]The network configuration to use for the execution job.
§
persistentDiskSpec?: GoogleCloudAiplatformV1PersistentDiskSpec
[src]The specification of a persistent disk to attach for the execution job.