Class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig

Returns a new instance of GoogleCloudRecommenderV1beta1InsightTypeGenerationConfig.



332
333
334
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 332

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>)


330
331
332
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 330

def params
  @params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



337
338
339
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 337

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