Interface Inference.MultiInferenceResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Inference.InferenceResult getResults​(int index)
      List of results; one for each InferenceTask in the request, returned in the same order as the request.
      int getResultsCount()
      List of results; one for each InferenceTask in the request, returned in the same order as the request.
      java.util.List<Inference.InferenceResult> getResultsList()
      List of results; one for each InferenceTask in the request, returned in the same order as the request.
      Inference.InferenceResultOrBuilder getResultsOrBuilder​(int index)
      List of results; one for each InferenceTask in the request, returned in the same order as the request.
      java.util.List<? extends Inference.InferenceResultOrBuilder> getResultsOrBuilderList()
      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 Detail

      • getResultsList

        java.util.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

        java.util.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;