Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig
- Inherits:
-
Object
- Object
- Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/recommender_v1beta1/classes.rb,
lib/google/apis/recommender_v1beta1/representations.rb,
lib/google/apis/recommender_v1beta1/representations.rb
Overview
A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
Instance Attribute Summary collapse
-
#params ⇒ Hash<String,Object>
Parameters for this InsightTypeGenerationConfig.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig
constructor
A new instance of GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig
Returns a new instance of GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig.
410 411 412 |
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 410 def initialize(**args) update!(**args) end |
Instance Attribute Details
#params ⇒ Hash<String,Object>
Parameters for this InsightTypeGenerationConfig. These configs can be used by
or are applied to all subtypes.
Corresponds to the JSON property params
408 409 410 |
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 408 def params @params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
415 416 417 |
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 415 def update!(**args) @params = args[:params] if args.key?(:params) end |