Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaTuneModelMetadata
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaTuneModelMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
Metadata associated with a tune operation.
Instance Attribute Summary collapse
-
#model ⇒ String
The resource name of the model that this tune applies to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaTuneModelMetadata
constructor
A new instance of GoogleCloudRetailV2alphaTuneModelMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaTuneModelMetadata
Returns a new instance of GoogleCloudRetailV2alphaTuneModelMetadata.
7653 7654 7655 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 7653 def initialize(**args) update!(**args) end |
Instance Attribute Details
#model ⇒ String
The resource name of the model that this tune applies to. Format: projects/
project_number/locations/
location_id/catalogs/
catalog_id/models/
model_id
Corresponds to the JSON property model
7651 7652 7653 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 7651 def model @model end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7658 7659 7660 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 7658 def update!(**args) @model = args[:model] if args.key?(:model) end |