Uses of Class
com.google.cloud.retail.v2beta.TuneModelResponse
-
Packages that use TuneModelResponse Package Description com.google.cloud.retail.v2beta A client to Retail APIcom.google.cloud.retail.v2beta.stub -
-
Uses of TuneModelResponse in com.google.cloud.retail.v2beta
Methods in com.google.cloud.retail.v2beta that return TuneModelResponse Modifier and Type Method Description TuneModelResponse
TuneModelResponse.Builder. build()
TuneModelResponse
TuneModelResponse.Builder. buildPartial()
static TuneModelResponse
TuneModelResponse. getDefaultInstance()
TuneModelResponse
TuneModelResponse.Builder. getDefaultInstanceForType()
TuneModelResponse
TuneModelResponse. getDefaultInstanceForType()
static TuneModelResponse
TuneModelResponse. parseDelimitedFrom(InputStream input)
static TuneModelResponse
TuneModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelResponse
TuneModelResponse. parseFrom(byte[] data)
static TuneModelResponse
TuneModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelResponse
TuneModelResponse. parseFrom(com.google.protobuf.ByteString data)
static TuneModelResponse
TuneModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelResponse
TuneModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static TuneModelResponse
TuneModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelResponse
TuneModelResponse. parseFrom(InputStream input)
static TuneModelResponse
TuneModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TuneModelResponse
TuneModelResponse. parseFrom(ByteBuffer data)
static TuneModelResponse
TuneModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.retail.v2beta that return types with arguments of type TuneModelResponse Modifier and Type Method Description com.google.protobuf.Parser<TuneModelResponse>
TuneModelResponse. getParserForType()
static com.google.protobuf.Parser<TuneModelResponse>
TuneModelResponse. parser()
com.google.api.gax.longrunning.OperationFuture<TuneModelResponse,TuneModelMetadata>
ModelServiceClient. tuneModelAsync(ModelName name)
Tunes an existing model.com.google.api.gax.longrunning.OperationFuture<TuneModelResponse,TuneModelMetadata>
ModelServiceClient. tuneModelAsync(TuneModelRequest request)
Tunes an existing model.com.google.api.gax.longrunning.OperationFuture<TuneModelResponse,TuneModelMetadata>
ModelServiceClient. tuneModelAsync(String name)
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.Methods in com.google.cloud.retail.v2beta with parameters of type TuneModelResponse Modifier and Type Method Description TuneModelResponse.Builder
TuneModelResponse.Builder. mergeFrom(TuneModelResponse other)
static TuneModelResponse.Builder
TuneModelResponse. newBuilder(TuneModelResponse prototype)
-
Uses of TuneModelResponse in com.google.cloud.retail.v2beta.stub
Methods in com.google.cloud.retail.v2beta.stub that return types with arguments of type TuneModelResponse Modifier and Type Method Description 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.
-