Required. The id of the feature resource. Final component of the feature's resource name.
driftThreshold
number
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. Must be in range [0, 1).
[[["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-06-27 UTC."],[],[],null,["# FeatureSelectionConfig\n\nfeature selection configuration for the FeatureMonitor.\nFields `featureConfigs[]` `object (`[FeatureConfig](/vertex-ai/docs/reference/rest/v1beta1/FeatureSelectionConfig#FeatureConfig)`)` \nOptional. A list of features to be monitored and each feature's drift threshold. \n\nFeatureConfig\n-------------\n\nfeature configuration.\nFields `featureId` `string` \nRequired. The id of the feature resource. Final component of the feature's resource name.\n`driftThreshold` `number` \nOptional. 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. Must be in range \\[0, 1)."]]