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.



410
411
412
# File 'lib/google/apis/recommender_v1beta1/classes.rb', line 410

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


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