Cloud AI Platform v1 API - Class FeatureValueList (2.27.0)

public sealed class FeatureValueList : IMessage<FeatureValueList>, IEquatable<FeatureValueList>, IDeepCloneable<FeatureValueList>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureValueList.

Container for list of values.

Inheritance

object > FeatureValueList

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureValueList()

public FeatureValueList()

FeatureValueList(FeatureValueList)

public FeatureValueList(FeatureValueList other)
Parameter
NameDescription
otherFeatureValueList

Properties

Values

public RepeatedField<FeatureValue> Values { get; }

A list of feature values. All of them should be the same data type.

Property Value
TypeDescription
RepeatedFieldFeatureValue