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 Summary

    Modifier and Type
    Method
    Description
    Model state.
    int
    Model state.
    Model status.
    Model status.
    long
    Model version.
    boolean
    Model status.

    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

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