Class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1RecommenderGenerationConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recommender_v1/classes.rb,
lib/google/apis/recommender_v1/representations.rb,
lib/google/apis/recommender_v1/representations.rb

Overview

A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommenderV1RecommenderGenerationConfig

Returns a new instance of GoogleCloudRecommenderV1RecommenderGenerationConfig.



875
876
877
# File 'lib/google/apis/recommender_v1/classes.rb', line 875

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

Instance Attribute Details

#paramsHash<String,Object>

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes. Corresponds to the JSON property params

Returns:

  • (Hash<String,Object>)


873
874
875
# File 'lib/google/apis/recommender_v1/classes.rb', line 873

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



880
881
882
# File 'lib/google/apis/recommender_v1/classes.rb', line 880

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