Cloud AI Platform v1 API - Class FeatureViewDataKey.Types.CompositeKey (2.27.0)

public sealed class FeatureViewDataKey.Types.CompositeKey : IMessage<FeatureViewDataKey.Types.CompositeKey>, IEquatable<FeatureViewDataKey.Types.CompositeKey>, IDeepCloneable<FeatureViewDataKey.Types.CompositeKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class FeatureViewDataKey.Types.CompositeKey.

ID that is comprised from several parts (columns).

Inheritance

object > FeatureViewDataKey.Types.CompositeKey

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CompositeKey()

public CompositeKey()

CompositeKey(CompositeKey)

public CompositeKey(FeatureViewDataKey.Types.CompositeKey other)
Parameter
NameDescription
otherFeatureViewDataKeyTypesCompositeKey

Properties

Parts

public RepeatedField<string> Parts { get; }

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.

Property Value
TypeDescription
RepeatedFieldstring