public static interface Inference.MultiInferenceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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;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;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;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;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;