GoogleApi.Language.V1.Model.XPSImageModelServingSpecModelThroughputEstimation (google_api_language v0.16.3)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.