Recommendations AI v1beta1 API - Class FeatureMap.Types.FloatList (2.0.0-beta05)

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.

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(FloatList)

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

Properties

Value

public RepeatedField<float> Value { get; }

Float feature value.

Property Value
TypeDescription
RepeatedFieldfloat