Uses of Class
tensorflow.serving.GetModelStatus.GetModelStatusResponse
Packages that use GetModelStatus.GetModelStatusResponse
-
Uses of GetModelStatus.GetModelStatusResponse in tensorflow.serving
Methods in tensorflow.serving that return GetModelStatus.GetModelStatusResponseModifier and TypeMethodDescriptionGetModelStatus.GetModelStatusResponse.Builder.build()GetModelStatus.GetModelStatusResponse.Builder.buildPartial()GetModelStatus.GetModelStatusResponse.getDefaultInstance()GetModelStatus.GetModelStatusResponse.Builder.getDefaultInstanceForType()GetModelStatus.GetModelStatusResponse.getDefaultInstanceForType()ModelServiceGrpc.ModelServiceBlockingStub.getModelStatus(GetModelStatus.GetModelStatusRequest request) Gets status of model.ModelServiceGrpc.ModelServiceBlockingV2Stub.getModelStatus(GetModelStatus.GetModelStatusRequest request) Gets status of model.GetModelStatus.GetModelStatusResponse.parseDelimitedFrom(InputStream input) GetModelStatus.GetModelStatusResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetModelStatus.GetModelStatusResponse.parseFrom(byte[] data) GetModelStatus.GetModelStatusResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetModelStatus.GetModelStatusResponse.parseFrom(com.google.protobuf.ByteString data) GetModelStatus.GetModelStatusResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetModelStatus.GetModelStatusResponse.parseFrom(com.google.protobuf.CodedInputStream input) GetModelStatus.GetModelStatusResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetModelStatus.GetModelStatusResponse.parseFrom(InputStream input) GetModelStatus.GetModelStatusResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetModelStatus.GetModelStatusResponse.parseFrom(ByteBuffer data) GetModelStatus.GetModelStatusResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type GetModelStatus.GetModelStatusResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetModelStatus.GetModelStatusRequest, GetModelStatus.GetModelStatusResponse> ModelServiceGrpc.getGetModelStatusMethod()com.google.common.util.concurrent.ListenableFuture<GetModelStatus.GetModelStatusResponse> ModelServiceGrpc.ModelServiceFutureStub.getModelStatus(GetModelStatus.GetModelStatusRequest request) Gets status of model.com.google.protobuf.Parser<GetModelStatus.GetModelStatusResponse> GetModelStatus.GetModelStatusResponse.getParserForType()static com.google.protobuf.Parser<GetModelStatus.GetModelStatusResponse> GetModelStatus.GetModelStatusResponse.parser()Methods in tensorflow.serving with parameters of type GetModelStatus.GetModelStatusResponseModifier and TypeMethodDescriptionGetModelStatus.GetModelStatusResponse.Builder.mergeFrom(GetModelStatus.GetModelStatusResponse other) GetModelStatus.GetModelStatusResponse.newBuilder(GetModelStatus.GetModelStatusResponse prototype) Method parameters in tensorflow.serving with type arguments of type GetModelStatus.GetModelStatusResponseModifier and TypeMethodDescriptiondefault voidModelServiceGrpc.AsyncService.getModelStatus(GetModelStatus.GetModelStatusRequest request, io.grpc.stub.StreamObserver<GetModelStatus.GetModelStatusResponse> responseObserver) Gets status of model.voidModelServiceGrpc.ModelServiceStub.getModelStatus(GetModelStatus.GetModelStatusRequest request, io.grpc.stub.StreamObserver<GetModelStatus.GetModelStatusResponse> responseObserver) Gets status of model.