ResourceStatusPhysicalHostTopologyAdditionalAttributes(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Additional location information of the running instance.
Attribute |
|
|---|---|
| Name | Description |
accelerator_topology_ids |
MutableMapping[str, str]
Output only. The IDs of the accelerator topologies the instance belongs to. For example The key will be topologies like "4x4", "2x2x2" and the value will be the location ID of the topologies. |
Classes
AcceleratorTopologyIdsEntry
AcceleratorTopologyIdsEntry(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 |