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
Modifier and TypeMethodDescriptiongetResults(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.intList 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.getResultsOrBuilder(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.List<? extends Inference.InferenceResultOrBuilder> 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
isInitializedMethods 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
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
List of results; one for each InferenceTask in the request, returned in the same order as the request.
repeated .tensorflow.serving.InferenceResult results = 1;
-