class Google::Apis::RetailV2beta::GoogleCloudRetailV2betaPredictResponsePredictionResult

PredictionResult represents the recommendation prediction results.

def initialize(**args)

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

def update!(**args)

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