Class ListAcceleratorTypesResponse (1.5.1)

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

Response for ListAcceleratorTypes.

Attributes

NameDescription
accelerator_types Sequence[google.cloud.tpu_v1.types.AcceleratorType]
The listed nodes.
next_page_token str
The next page token or empty if none.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListAcceleratorTypesResponse