Uses of Class
inference.GrpcPredictV2.ModelInferRequest
Packages that use GrpcPredictV2.ModelInferRequest
-
Uses of GrpcPredictV2.ModelInferRequest in inference
Methods in inference that return GrpcPredictV2.ModelInferRequestModifier and TypeMethodDescriptionGrpcPredictV2.ModelInferRequest.Builder.build()GrpcPredictV2.ModelInferRequest.Builder.buildPartial()GrpcPredictV2.ModelInferRequest.getDefaultInstance()GrpcPredictV2.ModelInferRequest.Builder.getDefaultInstanceForType()GrpcPredictV2.ModelInferRequest.getDefaultInstanceForType()GrpcPredictV2.ModelInferRequest.parseDelimitedFrom(InputStream input) GrpcPredictV2.ModelInferRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferRequest.parseFrom(byte[] data) GrpcPredictV2.ModelInferRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferRequest.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.ModelInferRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.ModelInferRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferRequest.parseFrom(InputStream input) GrpcPredictV2.ModelInferRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferRequest.parseFrom(ByteBuffer data) GrpcPredictV2.ModelInferRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcPredictV2.ModelInferRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcPredictV2.ModelInferRequest, GrpcPredictV2.ModelInferResponse> GRPCInferenceServiceGrpc.getModelInferMethod()com.google.protobuf.Parser<GrpcPredictV2.ModelInferRequest> GrpcPredictV2.ModelInferRequest.getParserForType()static com.google.protobuf.Parser<GrpcPredictV2.ModelInferRequest> GrpcPredictV2.ModelInferRequest.parser()Methods in inference with parameters of type GrpcPredictV2.ModelInferRequestModifier and TypeMethodDescriptionGrpcPredictV2.ModelInferRequest.Builder.mergeFrom(GrpcPredictV2.ModelInferRequest other) default voidGRPCInferenceServiceGrpc.AsyncService.modelInfer(GrpcPredictV2.ModelInferRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ModelInferResponse> responseObserver) The ModelInfer API performs inference using the specified model.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.modelInfer(GrpcPredictV2.ModelInferRequest request) The ModelInfer API performs inference using the specified model.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingV2Stub.modelInfer(GrpcPredictV2.ModelInferRequest request) The ModelInfer API performs inference using the specified model.com.google.common.util.concurrent.ListenableFuture<GrpcPredictV2.ModelInferResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.modelInfer(GrpcPredictV2.ModelInferRequest request) The ModelInfer API performs inference using the specified model.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.modelInfer(GrpcPredictV2.ModelInferRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ModelInferResponse> responseObserver) The ModelInfer API performs inference using the specified model.GrpcPredictV2.ModelInferRequest.newBuilder(GrpcPredictV2.ModelInferRequest prototype) -
Uses of GrpcPredictV2.ModelInferRequest in org.apache.camel.component.kserve
Methods in org.apache.camel.component.kserve that return GrpcPredictV2.ModelInferRequestModifier and TypeMethodDescriptionKServeConverter.toModelInferRequest(GrpcPredictV2.ModelInferRequest.Builder builder)