View Source GoogleApi.Language.V2.Model.TpuMetric (google_api_language v0.16.0)

Attributes

  • tpuSec (type: String.t, default: nil) - Required. Seconds of TPU usage, e.g. 3600.
  • tpuType (type: String.t, default: nil) - Required. Type of TPU, e.g. TPU_V2, TPU_V3_POD.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.TpuMetric{
  tpuSec: String.t() | nil,
  tpuType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.