ResourcePolicyWorkloadPolicy
import type { ResourcePolicyWorkloadPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";Represents the workload policy.
interface ResourcePolicyWorkloadPolicy {
acceleratorTopology?: string;
acceleratorTopologyMode?: "AUTO_CONNECT" | "PROVISION_ONLY";
maxTopologyDistance?: "BLOCK" | "CLUSTER" | "SUBBLOCK";
type?: "HIGH_AVAILABILITY" | "HIGH_THROUGHPUT";
}§Properties
§
acceleratorTopology?: string
[src]Specifies the topology required to create a partition for VMs that have interconnected GPUs.
§
acceleratorTopologyMode?: "AUTO_CONNECT" | "PROVISION_ONLY"
[src]Specifies the connection mode for the accelerator topology. If not specified, the default is AUTO_CONNECT.