public static interface DeployedModel.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableReplicaCount()
Output only.
|
com.google.protobuf.Timestamp |
getLastUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastUpdateTimeOrBuilder()
Output only.
|
String |
getMessage()
Output only.
|
com.google.protobuf.ByteString |
getMessageBytes()
Output only.
|
boolean |
hasLastUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Output only. The latest deployed model's status message (if any).
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getMessageBytes()
Output only. The latest deployed model's status message (if any).
string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];
com.google.protobuf.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];
com.google.protobuf.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];
int getAvailableReplicaCount()
Output only. The number of available replicas of the deployed model.
int32 available_replica_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2025 Google LLC. All rights reserved.