View Source GoogleApi.Language.V2.Model.XPSImageModelServingSpecModelThroughputEstimation (google_api_language v0.14.0)

Attributes

  • computeEngineAcceleratorType (type: String.t, default: nil) -
  • latencyInMilliseconds (type: float(), default: nil) - Estimated latency.
  • nodeQps (type: float(), default: nil) - The approximate qps a deployed node can serve.
  • servomaticPartitionType (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Language.V2.Model.XPSImageModelServingSpecModelThroughputEstimation{
    computeEngineAcceleratorType: String.t() | nil,
    latencyInMilliseconds: float() | nil,
    nodeQps: float() | nil,
    servomaticPartitionType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.