Uses of Class
inference.GrpcPredictV2.ModelReadyRequest
Packages that use GrpcPredictV2.ModelReadyRequest
-
Uses of GrpcPredictV2.ModelReadyRequest in inference
Methods in inference that return GrpcPredictV2.ModelReadyRequestModifier and TypeMethodDescriptionGrpcPredictV2.ModelReadyRequest.Builder.build()GrpcPredictV2.ModelReadyRequest.Builder.buildPartial()GrpcPredictV2.ModelReadyRequest.getDefaultInstance()GrpcPredictV2.ModelReadyRequest.Builder.getDefaultInstanceForType()GrpcPredictV2.ModelReadyRequest.getDefaultInstanceForType()GrpcPredictV2.ModelReadyRequest.parseDelimitedFrom(InputStream input) GrpcPredictV2.ModelReadyRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelReadyRequest.parseFrom(byte[] data) GrpcPredictV2.ModelReadyRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelReadyRequest.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.ModelReadyRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelReadyRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.ModelReadyRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelReadyRequest.parseFrom(InputStream input) GrpcPredictV2.ModelReadyRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ModelReadyRequest.parseFrom(ByteBuffer data) GrpcPredictV2.ModelReadyRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcPredictV2.ModelReadyRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GrpcPredictV2.ModelReadyRequest, GrpcPredictV2.ModelReadyResponse> GRPCInferenceServiceGrpc.getModelReadyMethod()com.google.protobuf.Parser<GrpcPredictV2.ModelReadyRequest> GrpcPredictV2.ModelReadyRequest.getParserForType()static com.google.protobuf.Parser<GrpcPredictV2.ModelReadyRequest> GrpcPredictV2.ModelReadyRequest.parser()Methods in inference with parameters of type GrpcPredictV2.ModelReadyRequestModifier and TypeMethodDescriptionGrpcPredictV2.ModelReadyRequest.Builder.mergeFrom(GrpcPredictV2.ModelReadyRequest other) default voidGRPCInferenceServiceGrpc.AsyncService.modelReady(GrpcPredictV2.ModelReadyRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ModelReadyResponse> responseObserver) The ModelReady API indicates if a specific model is ready for inferencing.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.modelReady(GrpcPredictV2.ModelReadyRequest request) The ModelReady API indicates if a specific model is ready for inferencing.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingV2Stub.modelReady(GrpcPredictV2.ModelReadyRequest request) The ModelReady API indicates if a specific model is ready for inferencing.com.google.common.util.concurrent.ListenableFuture<GrpcPredictV2.ModelReadyResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.modelReady(GrpcPredictV2.ModelReadyRequest request) The ModelReady API indicates if a specific model is ready for inferencing.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.modelReady(GrpcPredictV2.ModelReadyRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ModelReadyResponse> responseObserver) The ModelReady API indicates if a specific model is ready for inferencing.GrpcPredictV2.ModelReadyRequest.newBuilder(GrpcPredictV2.ModelReadyRequest prototype) -
Uses of GrpcPredictV2.ModelReadyRequest in org.apache.camel.component.kserve
Methods in org.apache.camel.component.kserve that return GrpcPredictV2.ModelReadyRequestModifier and TypeMethodDescriptionKServeConverter.toModelReadyRequest(GrpcPredictV2.ModelReadyRequest.Builder builder)