Class: Google::Cloud::Recommender::V1::InsightTypeGenerationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::InsightTypeGenerationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/insight_type_config.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 ⇒ ::Google::Protobuf::Struct
Parameters for this InsightTypeGenerationConfig.
Instance Attribute Details
#params ⇒ ::Google::Protobuf::Struct
Returns Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
81 82 83 84 |
# File 'proto_docs/google/cloud/recommender/v1/insight_type_config.rb', line 81 class InsightTypeGenerationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |