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-04-17 UTC."],[[["The latest version available for the Google Cloud Recommender v1 API is 3.7.0, with version 3.5.0 being one of the available versions."],["`RecommenderGenerationConfig` is a class within the Google Cloud Recommender v1 API used to customize the generation of recommendations."],["The `RecommenderGenerationConfig` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Params` property within `RecommenderGenerationConfig` allows for setting parameters to customize the recommendations, and it uses the `Struct` type."],["The class contains two constructors, one default constructor and another that takes a `RecommenderGenerationConfig` parameter."]]],[]]