Recommendations AI v1beta1 API - Class FeatureMap.Types.StringList (2.0.0-beta04)

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

Reference documentation and code samples for the Recommendations AI v1beta1 API class FeatureMap.Types.StringList.

A list of string features.

Inheritance

object > FeatureMap.Types.StringList

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

StringList()

public StringList()

StringList(StringList)

public StringList(FeatureMap.Types.StringList other)
Parameter
NameDescription
otherFeatureMapTypesStringList

Properties

Value

public RepeatedField<string> Value { get; }

String feature value with a length limit of 128 bytes.

Property Value
TypeDescription
RepeatedFieldstring