Uses of Class
com.google.cloud.retail.v2beta.TuneModelRequest
-
Packages that use TuneModelRequest Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of TuneModelRequest in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return TuneModelRequest Modifier and Type Method Description TuneModelRequestTuneModelRequest.Builder. build()TuneModelRequestTuneModelRequest.Builder. buildPartial()static TuneModelRequestTuneModelRequest. getDefaultInstance()TuneModelRequestTuneModelRequest.Builder. getDefaultInstanceForType()TuneModelRequestTuneModelRequest. getDefaultInstanceForType()static TuneModelRequestTuneModelRequest. parseDelimitedFrom(InputStream input)static TuneModelRequestTuneModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelRequestTuneModelRequest. parseFrom(byte[] data)static TuneModelRequestTuneModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelRequestTuneModelRequest. parseFrom(com.google.protobuf.ByteString data)static TuneModelRequestTuneModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelRequestTuneModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static TuneModelRequestTuneModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelRequestTuneModelRequest. parseFrom(InputStream input)static TuneModelRequestTuneModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelRequestTuneModelRequest. parseFrom(ByteBuffer data)static TuneModelRequestTuneModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2beta that return types with arguments of type TuneModelRequest Modifier and Type Method Description com.google.protobuf.Parser<TuneModelRequest>TuneModelRequest. getParserForType()static io.grpc.MethodDescriptor<TuneModelRequest,com.google.longrunning.Operation>ModelServiceGrpc. getTuneModelMethod()static com.google.protobuf.Parser<TuneModelRequest>TuneModelRequest. parser()com.google.api.gax.rpc.UnaryCallable<TuneModelRequest,com.google.longrunning.Operation>ModelServiceClient. tuneModelCallable()Tunes an existing model.com.google.api.gax.rpc.OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceClient. tuneModelOperationCallable()Tunes an existing model.com.google.api.gax.rpc.OperationCallSettings.Builder<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceSettings.Builder. tuneModelOperationSettings()Returns the builder for the settings used for calls to tuneModel.com.google.api.gax.rpc.OperationCallSettings<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceSettings. tuneModelOperationSettings()Returns the object with the settings used for calls to tuneModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<TuneModelRequest,com.google.longrunning.Operation>ModelServiceSettings.Builder. tuneModelSettings()Returns the builder for the settings used for calls to tuneModel.com.google.api.gax.rpc.UnaryCallSettings<TuneModelRequest,com.google.longrunning.Operation>ModelServiceSettings. tuneModelSettings()Returns the object with the settings used for calls to tuneModel.Methods in com.google.cloud.retail.v2beta with parameters of type TuneModelRequest Modifier and Type Method Description TuneModelRequest.BuilderTuneModelRequest.Builder. mergeFrom(TuneModelRequest other)static TuneModelRequest.BuilderTuneModelRequest. newBuilder(TuneModelRequest prototype)default voidModelServiceGrpc.AsyncService. tuneModel(TuneModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Tunes an existing model.com.google.longrunning.OperationModelServiceGrpc.ModelServiceBlockingStub. tuneModel(TuneModelRequest request)Tunes an existing model.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ModelServiceGrpc.ModelServiceFutureStub. tuneModel(TuneModelRequest request)Tunes an existing model.voidModelServiceGrpc.ModelServiceStub. tuneModel(TuneModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Tunes an existing model.com.google.api.gax.longrunning.OperationFuture<TuneModelResponse,TuneModelMetadata>ModelServiceClient. tuneModelAsync(TuneModelRequest request)Tunes an existing model. -
Uses of TuneModelRequest in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type TuneModelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TuneModelRequest,com.google.longrunning.Operation>GrpcModelServiceStub. tuneModelCallable()com.google.api.gax.rpc.UnaryCallable<TuneModelRequest,com.google.longrunning.Operation>HttpJsonModelServiceStub. tuneModelCallable()com.google.api.gax.rpc.UnaryCallable<TuneModelRequest,com.google.longrunning.Operation>ModelServiceStub. tuneModelCallable()com.google.api.gax.rpc.OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>GrpcModelServiceStub. tuneModelOperationCallable()com.google.api.gax.rpc.OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>HttpJsonModelServiceStub. tuneModelOperationCallable()com.google.api.gax.rpc.OperationCallable<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceStub. tuneModelOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceStubSettings.Builder. tuneModelOperationSettings()Returns the builder for the settings used for calls to tuneModel.com.google.api.gax.rpc.OperationCallSettings<TuneModelRequest,TuneModelResponse,TuneModelMetadata>ModelServiceStubSettings. tuneModelOperationSettings()Returns the object with the settings used for calls to tuneModel.com.google.api.gax.rpc.UnaryCallSettings.Builder<TuneModelRequest,com.google.longrunning.Operation>ModelServiceStubSettings.Builder. tuneModelSettings()Returns the builder for the settings used for calls to tuneModel.com.google.api.gax.rpc.UnaryCallSettings<TuneModelRequest,com.google.longrunning.Operation>ModelServiceStubSettings. tuneModelSettings()Returns the object with the settings used for calls to tuneModel.
-