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 TuneModelResponseTuneModelResponse.Builder. build()TuneModelResponseTuneModelResponse.Builder. buildPartial()static TuneModelResponseTuneModelResponse. getDefaultInstance()TuneModelResponseTuneModelResponse.Builder. getDefaultInstanceForType()TuneModelResponseTuneModelResponse. getDefaultInstanceForType()static TuneModelResponseTuneModelResponse. parseDelimitedFrom(InputStream input)static TuneModelResponseTuneModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelResponseTuneModelResponse. parseFrom(byte[] data)static TuneModelResponseTuneModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelResponseTuneModelResponse. parseFrom(com.google.protobuf.ByteString data)static TuneModelResponseTuneModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelResponseTuneModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TuneModelResponseTuneModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelResponseTuneModelResponse. parseFrom(InputStream input)static TuneModelResponseTuneModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TuneModelResponseTuneModelResponse. parseFrom(ByteBuffer data)static TuneModelResponseTuneModelResponse. 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.BuilderTuneModelResponse.Builder. mergeFrom(TuneModelResponse other)static TuneModelResponse.BuilderTuneModelResponse. 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.
-