public sealed class DynamicRetrievalConfig : IMessage<DynamicRetrievalConfig>, IEquatable<DynamicRetrievalConfig>, IDeepCloneable<DynamicRetrievalConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DynamicRetrievalConfig.
Describes the options to customize dynamic retrieval.
[[["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-09 UTC."],[[["This documentation covers the `DynamicRetrievalConfig` class within the Vertex AI v1beta1 API, used for customizing dynamic retrieval options in the Google Cloud AI Platform."],["`DynamicRetrievalConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The class has two constructors: a default one and another that takes an existing `DynamicRetrievalConfig` instance for copying, it has public properties for setting the dynamic threshold and selecting the mode of the dynamic retrieval predictor."],["The `DynamicThreshold` property allows for setting a custom threshold value, while `HasDynamicThreshold` determines if the dynamic threshold field has been explicitly set, with a default being used if not."],["The available versions of `DynamicRetrievalConfig` are 1.0.0-beta21 (latest) and 1.0.0-beta20."]]],[]]