Class: Google::Apis::RetailV2::GoogleCloudRetailV2TuneModelRequest
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2TuneModelRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
Request to manually start a tuning process now (instead of waiting for the periodically scheduled tuning to happen).
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2TuneModelRequest
constructor
A new instance of GoogleCloudRetailV2TuneModelRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2TuneModelRequest
Returns a new instance of GoogleCloudRetailV2TuneModelRequest.
6245 6246 6247 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6245 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6250 6251 |
# File 'lib/google/apis/retail_v2/classes.rb', line 6250 def update!(**args) end |