Package inference

Interface GrpcService.ModelStreamInferResponseOrBuilder

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

public static interface GrpcService.ModelStreamInferResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getErrorMessage

      String getErrorMessage()
      @@
      @@  .. cpp:var:: string error_message
      @@
      @@     The message describing the error. The empty message
      @@     indicates the inference was successful without errors.
      @@
       
      string error_message = 1;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      @@
      @@  .. cpp:var:: string error_message
      @@
      @@     The message describing the error. The empty message
      @@     indicates the inference was successful without errors.
      @@
       
      string error_message = 1;
      Returns:
      The bytes for errorMessage.
    • hasInferResponse

      boolean hasInferResponse()
      @@
      @@  .. cpp:var:: ModelInferResponse infer_response
      @@
      @@     Holds the results of the request.
      @@
       
      .inference.ModelInferResponse infer_response = 2;
      Returns:
      Whether the inferResponse field is set.
    • getInferResponse

      GrpcService.ModelInferResponse getInferResponse()
      @@
      @@  .. cpp:var:: ModelInferResponse infer_response
      @@
      @@     Holds the results of the request.
      @@
       
      .inference.ModelInferResponse infer_response = 2;
      Returns:
      The inferResponse.
    • getInferResponseOrBuilder

      GrpcService.ModelInferResponseOrBuilder getInferResponseOrBuilder()
      @@
      @@  .. cpp:var:: ModelInferResponse infer_response
      @@
      @@     Holds the results of the request.
      @@
       
      .inference.ModelInferResponse infer_response = 2;