Uses of Class
inference.GrpcPredictV2.ServerReadyResponse
Packages that use GrpcPredictV2.ServerReadyResponse
-
Uses of GrpcPredictV2.ServerReadyResponse in inference
Methods in inference that return GrpcPredictV2.ServerReadyResponseModifier and TypeMethodDescriptionGrpcPredictV2.ServerReadyResponse.Builder.build()GrpcPredictV2.ServerReadyResponse.Builder.buildPartial()GrpcPredictV2.ServerReadyResponse.getDefaultInstance()GrpcPredictV2.ServerReadyResponse.Builder.getDefaultInstanceForType()GrpcPredictV2.ServerReadyResponse.getDefaultInstanceForType()GrpcPredictV2.ServerReadyResponse.parseDelimitedFrom(InputStream input) GrpcPredictV2.ServerReadyResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerReadyResponse.parseFrom(byte[] data) GrpcPredictV2.ServerReadyResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerReadyResponse.parseFrom(com.google.protobuf.ByteString data) GrpcPredictV2.ServerReadyResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerReadyResponse.parseFrom(com.google.protobuf.CodedInputStream input) GrpcPredictV2.ServerReadyResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerReadyResponse.parseFrom(InputStream input) GrpcPredictV2.ServerReadyResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcPredictV2.ServerReadyResponse.parseFrom(ByteBuffer data) GrpcPredictV2.ServerReadyResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) 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.Methods in inference that return types with arguments of type GrpcPredictV2.ServerReadyResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GrpcPredictV2.ServerReadyResponse> GrpcPredictV2.ServerReadyResponse.getParserForType()static io.grpc.MethodDescriptor<GrpcPredictV2.ServerReadyRequest, GrpcPredictV2.ServerReadyResponse> GRPCInferenceServiceGrpc.getServerReadyMethod()static com.google.protobuf.Parser<GrpcPredictV2.ServerReadyResponse> GrpcPredictV2.ServerReadyResponse.parser()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.Methods in inference with parameters of type GrpcPredictV2.ServerReadyResponseModifier and TypeMethodDescriptionGrpcPredictV2.ServerReadyResponse.Builder.mergeFrom(GrpcPredictV2.ServerReadyResponse other) GrpcPredictV2.ServerReadyResponse.newBuilder(GrpcPredictV2.ServerReadyResponse prototype) Method parameters in inference with type arguments of type GrpcPredictV2.ServerReadyResponseModifier and TypeMethodDescriptiondefault voidGRPCInferenceServiceGrpc.AsyncService.serverReady(GrpcPredictV2.ServerReadyRequest request, io.grpc.stub.StreamObserver<GrpcPredictV2.ServerReadyResponse> responseObserver) 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.