View Source GoogleApi.Language.V2.Model.XPSImageModelServingSpec (google_api_language v0.15.0)
Serving specification for image models.
Attributes
-
modelThroughputEstimation
(type:list(GoogleApi.Language.V2.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.V2.Model.XPSImageModelServingSpec{ modelThroughputEstimation: [ GoogleApi.Language.V2.Model.XPSImageModelServingSpecModelThroughputEstimation.t() ] | nil, nodeQps: float() | nil, tfRuntimeVersion: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.