GoogleCloudAiplatformV1LustreMount
import type { GoogleCloudAiplatformV1LustreMount } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Represents a mount configuration for Lustre file system.
interface GoogleCloudAiplatformV1LustreMount {
filesystem?: string;
instanceIp?: string;
mountPoint?: string;
volumeHandle?: string;
}