google_api_tpu v0.4.0 GoogleApi.TPU.V1.Model.ListTensorFlowVersionsResponse View Source

Response for ListTensorFlowVersions.

Attributes

  • nextPageToken (type: String.t, default: nil) - The next page token or empty if none.
  • tensorflowVersions (type: list(GoogleApi.TPU.V1.Model.TensorFlowVersion.t), default: nil) - The listed nodes.

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 Source
t() :: %GoogleApi.TPU.V1.Model.ListTensorFlowVersionsResponse{
  nextPageToken: String.t(),
  tensorflowVersions: [GoogleApi.TPU.V1.Model.TensorFlowVersion.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.