public sealed class FeatureValueList : IMessage<FeatureValueList>, IEquatable<FeatureValueList>, IDeepCloneable<FeatureValueList>, 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-31 UTC."],[[["This webpage provides documentation for the `FeatureValueList` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically focusing on version 1.8.0 of the library, alongside links for all the other versions of this class."],["`FeatureValueList` is a container for a list of values and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Values` property, which is a `RepeatedField` containing `FeatureValue` objects, and all elements in this list should share the same data type."],["There are two constructors available: a default constructor (`FeatureValueList()`) and a copy constructor (`FeatureValueList(FeatureValueList other)`), that takes a `FeatureValueList` object."],["The page lists a comprehensive history of different version links, from version 1.0.0 to the most recent 3.22.0, all in relation to the `FeatureValueList` class."]]],[]]