class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaTuneModelMetadata

Metadata associated with a tune operation.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @model = args[:model] if args.key?(:model)
end