Cloud AI Platform v1beta1 API - Class DeployedModel.Types.Status (1.0.0-beta11)

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.

Inheritance

object > DeployedModel.Types.Status

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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