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."],[[["The webpage provides documentation for the `FeatureValueList` class within the `Google.Cloud.AIPlatform.V1` namespace, specifically detailing its implementation and usage in various versions."],["The `FeatureValueList` class serves as a container for a list of `FeatureValue` objects, ensuring all values within the list are of the same data type."],["The documentation lists multiple versions of the `FeatureValueList` class, ranging from version 1.0.0 up to the latest version 3.22.0, which are accessible via provided hyperlinks."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality and compatibility within the .NET ecosystem."],["`FeatureValueList` has two constructors, one default and one that makes a copy of an existing `FeatureValueList` and one main property titled `Values`, which is a `RepeatedField` of `FeatureValue` objects."]]],[]]