Interface DeployedModel.StatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeployedModel.Status, DeployedModel.Status.Builder
Enclosing class:
DeployedModel

public static interface DeployedModel.StatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Output only.
    com.google.protobuf.Timestamp
    Output only.
    com.google.protobuf.TimestampOrBuilder
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMessage

      String getMessage()
       Output only. The latest deployed model's status message (if any).
       
      string message = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The message.
    • getMessageBytes

      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];
      Returns:
      The bytes for message.
    • hasLastUpdateTime

      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:
      Whether the lastUpdateTime field is set.
    • getLastUpdateTime

      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];
      Returns:
      The lastUpdateTime.
    • getLastUpdateTimeOrBuilder

      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];
    • getAvailableReplicaCount

      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:
      The availableReplicaCount.