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