Interface DeployedModel.StatusOrBuilder (3.56.0)

public static interface DeployedModel.StatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableReplicaCount()

public abstract int getAvailableReplicaCount()

Output only. The number of available replicas of the deployed model.

int32 available_replica_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The availableReplicaCount.

getLastUpdateTime()

public abstract Timestamp getLastUpdateTime()

Output only. The time at which the status was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The lastUpdateTime.

getLastUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getLastUpdateTimeOrBuilder()

Output only. The time at which the status was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getMessage()

public abstract String getMessage()

Output only. The latest deployed model's status message (if any).

string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Output only. The latest deployed model's status message (if any).

string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for message.

hasLastUpdateTime()

public abstract boolean hasLastUpdateTime()

Output only. The time at which the status was last updated.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastUpdateTime field is set.