Interface DeployedModel.StatusOrBuilder (1.36.0)

publicstaticinterface DeployedModel.StatusOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvailableReplicaCount()

publicabstractintgetAvailableReplicaCount()

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()

publicabstractTimestampgetLastUpdateTime()

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()

publicabstractTimestampOrBuildergetLastUpdateTimeOrBuilder()

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()

publicabstractStringgetMessage()

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()

publicabstractByteStringgetMessageBytes()

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()

publicabstractbooleanhasLastUpdateTime()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.