GoogleApi.TPU.V1.Model.ListAcceleratorTypesResponse (google_api_tpu v0.18.0)
View SourceResponse for ListAcceleratorTypes.
Attributes
-
acceleratorTypes(type:list(GoogleApi.TPU.V1.Model.AcceleratorType.t), default:nil) - The listed nodes. -
nextPageToken(type:String.t, default:nil) - The next page token or empty if none. -
unreachable(type:list(String.t), default:nil) - Locations that could not be reached.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.TPU.V1.Model.ListAcceleratorTypesResponse{ acceleratorTypes: [GoogleApi.TPU.V1.Model.AcceleratorType.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }