Uses of Class
inference.GrpcService.ModelInferResponse
Packages that use GrpcService.ModelInferResponse
-
Uses of GrpcService.ModelInferResponse in com.gencior.triton.core
Methods in com.gencior.triton.core that return GrpcService.ModelInferResponseModifier and TypeMethodDescriptionInferResult.getResponse()Retrieves the complete ModelInferResponse protobuf message.Constructors in com.gencior.triton.core with parameters of type GrpcService.ModelInferResponseModifierConstructorDescriptionConstructs an InferResult instance that wraps a ModelInferResponse from the Triton server. -
Uses of GrpcService.ModelInferResponse in inference
Methods in inference that return GrpcService.ModelInferResponseModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.build()GrpcService.ModelInferResponse.Builder.buildPartial()GrpcService.ModelInferResponse.getDefaultInstance()GrpcService.ModelInferResponse.Builder.getDefaultInstanceForType()GrpcService.ModelInferResponse.getDefaultInstanceForType()GrpcService.ModelStreamInferResponse.Builder.getInferResponse()@@ @@ .. cpp:var:: ModelInferResponse infer_response @@ @@ Holds the results of the request.GrpcService.ModelStreamInferResponse.getInferResponse()@@ @@ .. cpp:var:: ModelInferResponse infer_response @@ @@ Holds the results of the request.GrpcService.ModelStreamInferResponseOrBuilder.getInferResponse()@@ @@ .. cpp:var:: ModelInferResponse infer_response @@ @@ Holds the results of the request.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.modelInfer(GrpcService.ModelInferRequest request) @@ .. cpp:var:: rpc ModelInfer(ModelInferRequest) returns @@ (ModelInferResponse) @@ @@ Perform inference using a specific model.GrpcService.ModelInferResponse.parseDelimitedFrom(InputStream input) GrpcService.ModelInferResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.parseFrom(byte[] data) GrpcService.ModelInferResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.parseFrom(com.google.protobuf.ByteString data) GrpcService.ModelInferResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcService.ModelInferResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.parseFrom(InputStream input) GrpcService.ModelInferResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.ModelInferResponse.parseFrom(ByteBuffer data) GrpcService.ModelInferResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcService.ModelInferResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcService.ModelInferRequest, GrpcService.ModelInferResponse> GRPCInferenceServiceGrpc.getModelInferMethod()com.google.protobuf.Parser<GrpcService.ModelInferResponse> GrpcService.ModelInferResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<GrpcService.ModelInferResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.modelInfer(GrpcService.ModelInferRequest request) @@ .. cpp:var:: rpc ModelInfer(ModelInferRequest) returns @@ (ModelInferResponse) @@ @@ Perform inference using a specific model.static com.google.protobuf.Parser<GrpcService.ModelInferResponse> GrpcService.ModelInferResponse.parser()Methods in inference with parameters of type GrpcService.ModelInferResponseModifier and TypeMethodDescriptionGrpcService.ModelInferResponse.Builder.mergeFrom(GrpcService.ModelInferResponse other) GrpcService.ModelStreamInferResponse.Builder.mergeInferResponse(GrpcService.ModelInferResponse value) @@ @@ .. cpp:var:: ModelInferResponse infer_response @@ @@ Holds the results of the request.GrpcService.ModelInferResponse.newBuilder(GrpcService.ModelInferResponse prototype) GrpcService.ModelStreamInferResponse.Builder.setInferResponse(GrpcService.ModelInferResponse value) @@ @@ .. cpp:var:: ModelInferResponse infer_response @@ @@ Holds the results of the request.Method parameters in inference with type arguments of type GrpcService.ModelInferResponseModifier and TypeMethodDescriptiondefault voidGRPCInferenceServiceGrpc.AsyncService.modelInfer(GrpcService.ModelInferRequest request, io.grpc.stub.StreamObserver<GrpcService.ModelInferResponse> responseObserver) @@ .. cpp:var:: rpc ModelInfer(ModelInferRequest) returns @@ (ModelInferResponse) @@ @@ Perform inference using a specific model.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.modelInfer(GrpcService.ModelInferRequest request, io.grpc.stub.StreamObserver<GrpcService.ModelInferResponse> responseObserver) @@ .. cpp:var:: rpc ModelInfer(ModelInferRequest) returns @@ (ModelInferResponse) @@ @@ Perform inference using a specific model.