Class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1InsightTypeGenerationConfig

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 insights. Eg, customizing the lookback period considered when generating a insight.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommenderV1InsightTypeGenerationConfig

Returns a new instance of GoogleCloudRecommenderV1InsightTypeGenerationConfig.



312
313
314
# File 'lib/google/apis/recommender_v1/classes.rb', line 312

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

Instance Attribute Details

#paramsHash<String,Object>

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

Returns:

  • (Hash<String,Object>)


310
311
312
# File 'lib/google/apis/recommender_v1/classes.rb', line 310

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



317
318
319
# File 'lib/google/apis/recommender_v1/classes.rb', line 317

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