Uses of Class
inference.GrpcPredictV2.ModelInferResponse
Packages that use GrpcPredictV2.ModelInferResponse
-
Uses of GrpcPredictV2.ModelInferResponse in inference
Methods in inference that return GrpcPredictV2.ModelInferResponseModifier and TypeMethodDescriptionGrpcPredictV2.ModelInferResponse.Builder.build()GrpcPredictV2.ModelInferResponse.Builder.buildPartial()GrpcPredictV2.ModelInferResponse.getDefaultInstance()GrpcPredictV2.ModelInferResponse.Builder.getDefaultInstanceForType()GrpcPredictV2.ModelInferResponse.getDefaultInstanceForType()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.GrpcPredictV2.ModelInferResponse.parseDelimitedFrom(InputStream input) GrpcPredictV2.ModelInferResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferResponse.parseFrom(byte[] data) GrpcPredictV2.ModelInferResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferResponse.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.ModelInferResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.ModelInferResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferResponse.parseFrom(InputStream input) GrpcPredictV2.ModelInferResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelInferResponse.parseFrom(ByteBuffer data) GrpcPredictV2.ModelInferResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcPredictV2.ModelInferResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcPredictV2.ModelInferRequest, GrpcPredictV2.ModelInferResponse> GRPCInferenceServiceGrpc.getModelInferMethod()com.google.protobuf.Parser<GrpcPredictV2.ModelInferResponse> GrpcPredictV2.ModelInferResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<GrpcPredictV2.ModelInferResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.modelInfer(GrpcPredictV2.ModelInferRequest request) The ModelInfer API performs inference using the specified model.static com.google.protobuf.Parser<GrpcPredictV2.ModelInferResponse> GrpcPredictV2.ModelInferResponse.parser()Methods in inference with parameters of type GrpcPredictV2.ModelInferResponseModifier and TypeMethodDescriptionGrpcPredictV2.ModelInferResponse.Builder.mergeFrom(GrpcPredictV2.ModelInferResponse other) GrpcPredictV2.ModelInferResponse.newBuilder(GrpcPredictV2.ModelInferResponse prototype) Method parameters in inference with type arguments of type GrpcPredictV2.ModelInferResponseModifier and TypeMethodDescriptiondefault voidGRPCInferenceServiceGrpc.AsyncService.modelInfer(GrpcPredictV2.ModelInferRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ModelInferResponse> responseObserver) 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.