Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourcePolicyWorkloadPolicy

import type { ResourcePolicyWorkloadPolicy } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Represents the workload policy.

interface ResourcePolicyWorkloadPolicy {
acceleratorTopology?: string;
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.

§
maxTopologyDistance?: "BLOCK" | "CLUSTER" | "SUBBLOCK"
[src]

Specifies the maximum distance between instances.

§
type?: "HIGH_AVAILABILITY" | "HIGH_THROUGHPUT"
[src]

Specifies the intent of the instance placement in the MIG.