Package tensorflow.serving
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Inference.InferenceResultgetResults(int index)List of results; one for each InferenceTask in the request, returned in the same order as the request.intgetResultsCount()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.InferenceResultOrBuildergetResultsOrBuilder(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.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;
-
-