public sealed class DeployedModel.Types.Status : IMessage<DeployedModel.Types.Status>, IEquatable<DeployedModel.Types.Status>, IDeepCloneable<DeployedModel.Types.Status>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployedModel.Types.Status.
Runtime status of the deployed model.
Implements
IMessageDeployedModelTypesStatus, IEquatableDeployedModelTypesStatus, IDeepCloneableDeployedModelTypesStatus, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Status()
public Status()
Status(Status)
public Status(DeployedModel.Types.Status other)
Parameter | |
---|---|
Name | Description |
other |
DeployedModelTypesStatus |
Properties
AvailableReplicaCount
public int AvailableReplicaCount { get; set; }
Output only. The number of available replicas of the deployed model.
Property Value | |
---|---|
Type | Description |
int |
LastUpdateTime
public Timestamp LastUpdateTime { get; set; }
Output only. The time at which the status was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |
Message
public string Message { get; set; }
Output only. The latest deployed model's status message (if any).
Property Value | |
---|---|
Type | Description |
string |