public sealed class FeatureSelector : IMessage<FeatureSelector>, IEquatable<FeatureSelector>, IDeepCloneable<FeatureSelector>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["This webpage provides documentation for the `FeatureSelector` class within the `Google.Cloud.AIPlatform.V1` namespace, a part of the Google Cloud AI Platform .NET library."],["The `FeatureSelector` class is a tool for selecting features of an EntityType and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the `FeatureSelector`, ranging from version 3.22.0 (latest) down to version 1.0.0, offering historical context and backward compatibility."],["`FeatureSelector` has two constructors: a default constructor and a copy constructor that accepts another `FeatureSelector` object as a parameter."],["The primary property of `FeatureSelector` is `IdMatcher`, which is used for matching features based on their IDs and is a required property of type `IdMatcher`."]]],[]]