Uses of Class
com.google.cloud.retail.v2.TuneModelRequest
-
Packages that use TuneModelRequest Package Description com.google.cloud.retail.v2 A client to Retail APIcom.google.cloud.retail.v2.stub -
-
Uses of TuneModelRequest in com.google.cloud.retail.v2
Methods in com.google.cloud.retail.v2 that return TuneModelRequest Modifier and Type Method Description TuneModelRequest
TuneModelRequest.Builder. build()
TuneModelRequest
TuneModelRequest.Builder. buildPartial()
static TuneModelRequest
TuneModelRequest. getDefaultInstance()
TuneModelRequest
TuneModelRequest.Builder. getDefaultInstanceForType()
TuneModelRequest
TuneModelRequest. getDefaultInstanceForType()
static TuneModelRequest
TuneModelRequest. parseDelimitedFrom(InputStream input)
static TuneModelRequest
TuneModelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelRequest
TuneModelRequest. parseFrom(byte[] data)
static TuneModelRequest
TuneModelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelRequest
TuneModelRequest. parseFrom(com.google.protobuf.ByteString data)
static TuneModelRequest
TuneModelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelRequest
TuneModelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static TuneModelRequest
TuneModelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelRequest
TuneModelRequest. parseFrom(InputStream input)
static TuneModelRequest
TuneModelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelRequest
TuneModelRequest. parseFrom(ByteBuffer data)
static TuneModelRequest
TuneModelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2 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.v2 with parameters of type TuneModelRequest Modifier and Type Method Description TuneModelRequest.Builder
TuneModelRequest.Builder. mergeFrom(TuneModelRequest other)
static TuneModelRequest.Builder
TuneModelRequest. newBuilder(TuneModelRequest prototype)
default void
ModelServiceGrpc.AsyncService. tuneModel(TuneModelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Tunes an existing model.com.google.longrunning.Operation
ModelServiceGrpc.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.void
ModelServiceGrpc.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.v2.stub
Methods in com.google.cloud.retail.v2.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.
-