Uses of Class
inference.GrpcPredictV2.ServerLiveRequest
Packages that use GrpcPredictV2.ServerLiveRequest
-
Uses of GrpcPredictV2.ServerLiveRequest in inference
Methods in inference that return GrpcPredictV2.ServerLiveRequestModifier and TypeMethodDescriptionGrpcPredictV2.ServerLiveRequest.Builder.build()GrpcPredictV2.ServerLiveRequest.Builder.buildPartial()GrpcPredictV2.ServerLiveRequest.getDefaultInstance()GrpcPredictV2.ServerLiveRequest.Builder.getDefaultInstanceForType()GrpcPredictV2.ServerLiveRequest.getDefaultInstanceForType()GrpcPredictV2.ServerLiveRequest.parseDelimitedFrom(InputStream input) GrpcPredictV2.ServerLiveRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerLiveRequest.parseFrom(byte[] data) GrpcPredictV2.ServerLiveRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerLiveRequest.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.ServerLiveRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerLiveRequest.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.ServerLiveRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerLiveRequest.parseFrom(InputStream input) GrpcPredictV2.ServerLiveRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerLiveRequest.parseFrom(ByteBuffer data) GrpcPredictV2.ServerLiveRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in inference that return types with arguments of type GrpcPredictV2.ServerLiveRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcPredictV2.ServerLiveRequest> GrpcPredictV2.ServerLiveRequest.getParserForType()static io.grpc.MethodDescriptor<GrpcPredictV2.ServerLiveRequest, GrpcPredictV2.ServerLiveResponse> GRPCInferenceServiceGrpc.getServerLiveMethod()static com.google.protobuf.Parser<GrpcPredictV2.ServerLiveRequest> GrpcPredictV2.ServerLiveRequest.parser()Methods in inference with parameters of type GrpcPredictV2.ServerLiveRequestModifier and TypeMethodDescriptionGrpcPredictV2.ServerLiveRequest.Builder.mergeFrom(GrpcPredictV2.ServerLiveRequest other) GrpcPredictV2.ServerLiveRequest.newBuilder(GrpcPredictV2.ServerLiveRequest prototype) default voidGRPCInferenceServiceGrpc.AsyncService.serverLive(GrpcPredictV2.ServerLiveRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ServerLiveResponse> responseObserver) The ServerLive API indicates if the inference server is able to receive and respond to metadata and inference requests.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingStub.serverLive(GrpcPredictV2.ServerLiveRequest request) The ServerLive API indicates if the inference server is able to receive and respond to metadata and inference requests.GRPCInferenceServiceGrpc.GRPCInferenceServiceBlockingV2Stub.serverLive(GrpcPredictV2.ServerLiveRequest request) The ServerLive API indicates if the inference server is able to receive and respond to metadata and inference requests.com.google.common.util.concurrent.ListenableFuture<GrpcPredictV2.ServerLiveResponse> GRPCInferenceServiceGrpc.GRPCInferenceServiceFutureStub.serverLive(GrpcPredictV2.ServerLiveRequest request) The ServerLive API indicates if the inference server is able to receive and respond to metadata and inference requests.voidGRPCInferenceServiceGrpc.GRPCInferenceServiceStub.serverLive(GrpcPredictV2.ServerLiveRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ServerLiveResponse> responseObserver) The ServerLive API indicates if the inference server is able to receive and respond to metadata and inference requests. -
Uses of GrpcPredictV2.ServerLiveRequest in org.apache.camel.component.kserve
Methods in org.apache.camel.component.kserve that return GrpcPredictV2.ServerLiveRequestModifier and TypeMethodDescriptionKServeConverter.toServerLiveRequest(GrpcPredictV2.ServerLiveRequest.Builder builder)