public sealed class RecommenderGenerationConfig : IMessage<RecommenderGenerationConfig>, IEquatable<RecommenderGenerationConfig>, IDeepCloneable<RecommenderGenerationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Recommender v1 API class RecommenderGenerationConfig.
A Configuration to customize the generation of recommendations.
Eg, customizing the lookback period considered when generating a
recommendation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `RecommenderGenerationConfig` class within the Google Cloud Recommender v1 API."],["The `RecommenderGenerationConfig` class is used to customize the generation of recommendations, such as adjusting the lookback period."],["The webpage lists multiple versions of the `RecommenderGenerationConfig` class, with the latest being version 3.7.0."],["`RecommenderGenerationConfig` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Params` property, which is of type `Struct`, and it is used to configure settings for the `RecommenderGenerationConfig`."]]],[]]