public sealed class FeatureMap.Types.FloatList : IMessage<FeatureMap.Types.FloatList>, IEquatable<FeatureMap.Types.FloatList>, IDeepCloneable<FeatureMap.Types.FloatList>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class FeatureMap.Types.FloatList.
[[["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."],[[["The `FeatureMap.Types.FloatList` class in the Recommendations AI v1beta1 API represents a list of float features."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The latest version of this class is `2.0.0-beta06`, with older versions `2.0.0-beta05` and `1.0.0-beta03` also documented."],["It inherits from the `object` class, and it provides constructors for creating new instances, either empty or by cloning an existing `FeatureMap.Types.FloatList`."],["The class exposes a `Value` property of the type `RepeatedField\u003cfloat\u003e` to access and manage the list of float feature values."]]],[]]