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-10 UTC."],[[["This page provides documentation for the `FeatureValueList` class within the `Google.Cloud.AIPlatform.V1` namespace, detailing its structure and usage across various versions."],["The latest version of the `FeatureValueList` class is 3.22.0, and the page lists all available versions down to version 1.0.0, allowing you to select a version-specific link."],["`FeatureValueList` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its compatibility and functionality within the .NET ecosystem."],["The `FeatureValueList` class, which inherits from Object, acts as a container for a list of `FeatureValue` objects, all expected to share the same data type."],["The class has two constructors `FeatureValueList()` and `FeatureValueList(FeatureValueList)` one default, and one with a parameter of the same class, along with one property `Values` which is a collection of `FeatureValue` objects."]]],[]]