Resource Policy Workload Policy Args
data class ResourcePolicyWorkloadPolicyArgs(val acceleratorTopology: Output<String>? = null, val maxTopologyDistance: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ResourcePolicyWorkloadPolicyArgs>
Properties
Link copied to clipboard
The accelerator topology. This field can be set only when the workload policy type is HIGH_THROUGHPUT and cannot be set if max topology distance is set.
Link copied to clipboard
The maximum topology distance. This field can be set only when the workload policy type is HIGH_THROUGHPUT and cannot be set if accelerator topology is set. Possible values are: BLOCK
, CLUSTER
, SUBBLOCK
.