Class: Google::Apis::RetailV2::GoogleCloudRetailV2TuneModelMetadata

Inherits:
Object
  • Object
show all
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

Metadata associated with a tune operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2TuneModelMetadata

Returns a new instance of GoogleCloudRetailV2TuneModelMetadata.



5667
5668
5669
# File 'lib/google/apis/retail_v2/classes.rb', line 5667

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modelString

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

Returns:

  • (String)


5665
5666
5667
# File 'lib/google/apis/retail_v2/classes.rb', line 5665

def model
  @model
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5672
5673
5674
# File 'lib/google/apis/retail_v2/classes.rb', line 5672

def update!(**args)
  @model = args[:model] if args.key?(:model)
end