View Source GoogleApi.Language.V1.Model.XPSImageModelServingSpec (google_api_language v0.14.0)

Serving specification for image models.

Attributes

  • modelThroughputEstimation (type: list(GoogleApi.Language.V1.Model.XPSImageModelServingSpecModelThroughputEstimation.t), default: nil) - Populate under uCAIP request scope.
  • nodeQps (type: float(), default: nil) - An estimated value of how much traffic a node can serve. Populated for AutoMl request only.
  • tfRuntimeVersion (type: String.t, default: nil) - ## The fields below are only populated under uCAIP request scope. https://cloud.google.com/ml-engine/docs/runtime-version-list

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSImageModelServingSpec{
  modelThroughputEstimation:
    [
      GoogleApi.Language.V1.Model.XPSImageModelServingSpecModelThroughputEstimation.t()
    ]
    | nil,
  nodeQps: float() | nil,
  tfRuntimeVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.