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
    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 Details

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