public sealed class FeatureSelectionConfig.Types.FeatureConfig : IMessage<FeatureSelectionConfig.Types.FeatureConfig>, IEquatable<FeatureSelectionConfig.Types.FeatureConfig>, IDeepCloneable<FeatureSelectionConfig.Types.FeatureConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class FeatureSelectionConfig.Types.FeatureConfig.
Optional. Drift threshold. If calculated difference with baseline data
larger than threshold, it will be considered as the feature has drift. If
not present, the threshold will be default to 0.3.
[[["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-25 UTC."],[[["This documentation provides reference information for the `FeatureSelectionConfig.Types.FeatureConfig` class within the Vertex AI v1beta1 API, including its properties and constructors."],["`FeatureConfig` is a class for defining feature configurations, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FeatureConfig` class has two constructors: a default constructor (`FeatureConfig()`) and one that takes another `FeatureConfig` object as a parameter for creating a copy (`FeatureConfig(FeatureSelectionConfig.Types.FeatureConfig other)`)."],["The class includes two key properties: `DriftThreshold`, a double that represents the threshold for drift detection (defaulting to 0.3 if not provided), and `FeatureId`, a string that represents the required ID of a feature resource."],["The latest version of the `FeatureSelectionConfig.Types.FeatureConfig` is 1.0.0-beta21, which is also the main content of the reference page, with 1.0.0-beta20 also being provided."]]],[]]