InstanceGroupManagersConfigureAcceleratorTopologiesRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)InstanceGroupManagers.ConfigureAcceleratorTopologies
Attributes |
|
|---|---|
| Name | Description |
accelerator_topology_actions |
MutableMapping[str, str]
Map of accelerator topologies that should have their state changed to the specified value. The key is the hashed topology locus id. It can be obtained from the GetAvailableAcceleratorTopologies rpc. |
accelerator_topology_configurations |
MutableMapping[str, google.cloud.compute_v1beta.types.InstanceGroupManagersConfigureAcceleratorTopologiesRequestAcceleratorTopologyConfiguration]
Map of accelerator topologies that should have their state changed to the specified configuration. The map key is the hashed topology locus id. It can be obtained from the GetAvailableAcceleratorTopologies rpc. |
Classes
AcceleratorTopologyActionsEntry
AcceleratorTopologyActionsEntry(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
AcceleratorTopologyConfigurationsEntry
AcceleratorTopologyConfigurationsEntry(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |