Uses of Class
tensorflow.serving.Inference.InferenceResult
Packages that use Inference.InferenceResult
-
Uses of Inference.InferenceResult in tensorflow.serving
Methods in tensorflow.serving that return Inference.InferenceResultModifier and TypeMethodDescriptionInference.InferenceResult.Builder.build()Inference.InferenceResult.Builder.buildPartial()static Inference.InferenceResultInference.InferenceResult.getDefaultInstance()Inference.InferenceResult.Builder.getDefaultInstanceForType()Inference.InferenceResult.getDefaultInstanceForType()Inference.MultiInferenceResponse.Builder.getResults(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponse.getResults(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponseOrBuilder.getResults(int index) List of results; one for each InferenceTask in the request, returned in the same order as the request.static Inference.InferenceResultInference.InferenceResult.parseDelimitedFrom(InputStream input) static Inference.InferenceResultInference.InferenceResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Inference.InferenceResultInference.InferenceResult.parseFrom(byte[] data) static Inference.InferenceResultInference.InferenceResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Inference.InferenceResultInference.InferenceResult.parseFrom(com.google.protobuf.ByteString data) static Inference.InferenceResultInference.InferenceResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Inference.InferenceResultInference.InferenceResult.parseFrom(com.google.protobuf.CodedInputStream input) static Inference.InferenceResultInference.InferenceResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Inference.InferenceResultInference.InferenceResult.parseFrom(InputStream input) static Inference.InferenceResultInference.InferenceResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Inference.InferenceResultInference.InferenceResult.parseFrom(ByteBuffer data) static Inference.InferenceResultInference.InferenceResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type Inference.InferenceResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Inference.InferenceResult> Inference.InferenceResult.getParserForType()Inference.MultiInferenceResponse.Builder.getResultsList()List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponse.getResultsList()List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponseOrBuilder.getResultsList()List of results; one for each InferenceTask in the request, returned in the same order as the request.static com.google.protobuf.Parser<Inference.InferenceResult> Inference.InferenceResult.parser()Methods in tensorflow.serving with parameters of type Inference.InferenceResultModifier and TypeMethodDescriptionInference.MultiInferenceResponse.Builder.addResults(int index, Inference.InferenceResult value) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.MultiInferenceResponse.Builder.addResults(Inference.InferenceResult value) List of results; one for each InferenceTask in the request, returned in the same order as the request.Inference.InferenceResult.Builder.mergeFrom(Inference.InferenceResult other) Inference.InferenceResult.newBuilder(Inference.InferenceResult prototype) Inference.MultiInferenceResponse.Builder.setResults(int index, Inference.InferenceResult value) List of results; one for each InferenceTask in the request, returned in the same order as the request.Method parameters in tensorflow.serving with type arguments of type Inference.InferenceResultModifier and TypeMethodDescriptionInference.MultiInferenceResponse.Builder.addAllResults(Iterable<? extends Inference.InferenceResult> values) List of results; one for each InferenceTask in the request, returned in the same order as the request.