Interface Inference.MultiInferenceResponseOrBuilder

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

public static interface Inference.MultiInferenceResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getResults(int index)
    List of results; one for each InferenceTask in the request, returned in the same order as the request.
    int
    List of results; one for each InferenceTask in the request, returned in the same order as the request.
    List of results; one for each InferenceTask in the request, returned in the same order as the request.
    List of results; one for each InferenceTask in the request, returned in the same order as the request.
    List of results; one for each InferenceTask in the request, returned in the same order as the request.

    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

    • getResultsList

      List<Inference.InferenceResult> getResultsList()
       List of results; one for each InferenceTask in the request, returned in the
       same order as the request.
       
      repeated .tensorflow.serving.InferenceResult results = 1;
    • getResults

      Inference.InferenceResult getResults(int index)
       List of results; one for each InferenceTask in the request, returned in the
       same order as the request.
       
      repeated .tensorflow.serving.InferenceResult results = 1;
    • getResultsCount

      int getResultsCount()
       List of results; one for each InferenceTask in the request, returned in the
       same order as the request.
       
      repeated .tensorflow.serving.InferenceResult results = 1;
    • getResultsOrBuilderList

      List<? extends Inference.InferenceResultOrBuilder> getResultsOrBuilderList()
       List of results; one for each InferenceTask in the request, returned in the
       same order as the request.
       
      repeated .tensorflow.serving.InferenceResult results = 1;
    • getResultsOrBuilder

      Inference.InferenceResultOrBuilder getResultsOrBuilder(int index)
       List of results; one for each InferenceTask in the request, returned in the
       same order as the request.
       
      repeated .tensorflow.serving.InferenceResult results = 1;