public sealed class FeatureValueList : IMessage<FeatureValueList>, IEquatable<FeatureValueList>, IDeepCloneable<FeatureValueList>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FeatureValueList.
Container for list of values.
Implements
IMessageFeatureValueList, IEquatableFeatureValueList, IDeepCloneableFeatureValueList, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureValueList()
public FeatureValueList()FeatureValueList(FeatureValueList)
public FeatureValueList(FeatureValueList other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureValueList |
Properties
Values
public RepeatedField<FeatureValue> Values { get; }A list of feature values. All of them should be the same data type.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeatureValue |
|