Interface GetModelStatus.ModelVersionStatusOrBuilder

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

public static interface GetModelStatus.ModelVersionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getVersion

      long getVersion()
       Model version.
       
      int64 version = 1;
      Returns:
      The version.
    • getStateValue

      int getStateValue()
       Model state.
       
      .tensorflow.serving.ModelVersionStatus.State state = 2;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       Model state.
       
      .tensorflow.serving.ModelVersionStatus.State state = 2;
      Returns:
      The state.
    • hasStatus

      boolean hasStatus()
       Model status.
       
      .tensorflow.serving.StatusProto status = 3;
      Returns:
      Whether the status field is set.
    • getStatus

      Status.StatusProto getStatus()
       Model status.
       
      .tensorflow.serving.StatusProto status = 3;
      Returns:
      The status.
    • getStatusOrBuilder

      Status.StatusProtoOrBuilder getStatusOrBuilder()
       Model status.
       
      .tensorflow.serving.StatusProto status = 3;