Interface DeployedModel.StatusOrBuilder (1.36.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicstaticinterface DeployedModel.StatusOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |