Class Inference.InferenceResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tensorflow.serving.Inference.InferenceResult
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Inference.InferenceResultOrBuilder
Enclosing class:
Inference

public static final class Inference.InferenceResult extends com.google.protobuf.GeneratedMessageV3 implements Inference.InferenceResultOrBuilder
 Inference result, matches the type of request or is an error.
 
Protobuf type tensorflow.serving.InferenceResult
See Also:
  • Field Details

    • MODEL_SPEC_FIELD_NUMBER

      public static final int MODEL_SPEC_FIELD_NUMBER
      See Also:
    • CLASSIFICATION_RESULT_FIELD_NUMBER

      public static final int CLASSIFICATION_RESULT_FIELD_NUMBER
      See Also:
    • REGRESSION_RESULT_FIELD_NUMBER

      public static final int REGRESSION_RESULT_FIELD_NUMBER
      See Also:
  • Method Details