class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaTuneEngineMetadata

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)
  @engine = args[:engine] if args.key?(:engine)
end