Class ResourcePolicyGroupPlacementPolicy (0.1.0)

ResourcePolicyGroupPlacementPolicy(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
availability_domain_count int
The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network. This field is a member of oneof_ _availability_domain_count.
collocation str
Specifies network collocation Check the Collocation enum for the list of possible values. This field is a member of oneof_ _collocation.
gpu_topology str
Specifies the shape of the GPU slice, in slice based GPU families eg. A4X. This field is a member of oneof_ _gpu_topology.
max_distance int
Specifies the number of max logical switches. This field is a member of oneof_ _max_distance.
slice_count int
Specifies the number of slices in a multislice workload. This field is a member of oneof_ _slice_count.
tpu_topology str
Specifies the shape of the TPU slice This field is a member of oneof_ _tpu_topology.
vm_count int
Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs. This field is a member of oneof_ _vm_count.

Classes

Collocation

Collocation(value)

Specifies network collocation