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 Cloud AI Platform 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 document provides reference information for the `FeatureConfig` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta14."],["The `FeatureConfig` class is designed for feature configuration and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FeatureConfig` has two constructors: a default constructor (`FeatureConfig()`) and a constructor that takes another `FeatureConfig` object as a parameter (`FeatureConfig(FeatureConfig other)`)."],["The `FeatureConfig` class includes two properties: `DriftThreshold`, which defines the drift detection threshold, and `FeatureId`, which is the required ID of the feature resource."],["The `FeatureConfig` class inherits methods from the `object` class such as `GetHashCode`, `GetType`, and `ToString`, as well as inheriting from other implementations."]]],[]]