View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModelStatus (google_api_ai_platform v0.24.0)
Runtime status of the deployed model.
Attributes
-
availableReplicaCount
(type:integer()
, default:nil
) - Output only. The number of available replicas of the deployed model. -
lastUpdateTime
(type:DateTime.t
, default:nil
) - Output only. The time at which the status was last updated. -
message
(type:String.t
, default:nil
) - Output only. The latest deployed model's status message (if any).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeployedModelStatus{ availableReplicaCount: integer() | nil, lastUpdateTime: DateTime.t() | nil, message: String.t() | nil }