Uses of Interface
tensorflow.serving.Inference.InferenceResultOrBuilder
Packages that use Inference.InferenceResultOrBuilder
-
Uses of Inference.InferenceResultOrBuilder in tensorflow.serving
Classes in tensorflow.serving that implement Inference.InferenceResultOrBuilderModifier and TypeClassDescriptionstatic final classInference result, matches the type of request or is an error.static final classInference result, matches the type of request or is an error.Methods in tensorflow.serving that return Inference.InferenceResultOrBuilderModifier and TypeMethodDescriptionInference.MultiInferenceResponse.Builder.getResultsOrBuilder(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponse.getResultsOrBuilder(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponseOrBuilder.getResultsOrBuilder(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.Methods in tensorflow.serving that return types with arguments of type Inference.InferenceResultOrBuilderModifier and TypeMethodDescriptionList<? extends Inference.InferenceResultOrBuilder> Inference.MultiInferenceResponse.Builder.getResultsOrBuilderList()List of results; one for each InferenceTask in the request, returned in the same order as the request.List<? extends Inference.InferenceResultOrBuilder> Inference.MultiInferenceResponse.getResultsOrBuilderList()List of results; one for each InferenceTask in the request, returned in the same order as the request.List<? extends Inference.InferenceResultOrBuilder> Inference.MultiInferenceResponseOrBuilder.getResultsOrBuilderList()List of results; one for each InferenceTask in the request, returned in the same order as the request.