google_api_tpu v0.5.0 GoogleApi.TPU.V1.Model.ListAcceleratorTypesResponse View Source
Response 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.TPU.V1.Model.ListAcceleratorTypesResponse{
acceleratorTypes: [GoogleApi.TPU.V1.Model.AcceleratorType.t()],
nextPageToken: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.