Class FeatureMap.Types.FloatList (1.0.0-beta03)

public sealed class FloatList : IMessage<FeatureMap.Types.FloatList>, IEquatable<FeatureMap.Types.FloatList>, IDeepCloneable<FeatureMap.Types.FloatList>, IBufferMessage, IMessage

A list of float features.

Inheritance

Object > FeatureMap.Types.FloatList

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

FloatList()

public FloatList()

FloatList(FeatureMap.Types.FloatList)

public FloatList(FeatureMap.Types.FloatList other)
Parameter
NameDescription
otherFeatureMap.Types.FloatList

Properties

Value

public RepeatedField<float> Value { get; }

Float feature value.

Property Value
TypeDescription
RepeatedField<Single>