public sealed class FeatureValueList : IMessage<FeatureValueList>, IEquatable<FeatureValueList>, IDeepCloneable<FeatureValueList>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class FeatureValueList.
[[["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-04-09 UTC."],[[["The `FeatureValueList` class, part of the Cloud AI Platform v1beta1 API, serves as a container for a list of feature values."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The `FeatureValueList` class has two constructors: a default constructor and one that accepts another `FeatureValueList` object as a parameter."],["The `Values` property of the `FeatureValueList` class is a `RepeatedField` of `FeatureValue` objects, ensuring all listed feature values are of the same data type."],["The latest version of the class is 1.0.0-beta21 and the documentation also includes version 1.0.0-beta20."]]],[]]