Cloud AI Platform v1 API - Class FeatureViewDataKey (2.27.0)

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

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

Lookup key for a feature view.

Inheritance

object > FeatureViewDataKey

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

FeatureViewDataKey()

public FeatureViewDataKey()

FeatureViewDataKey(FeatureViewDataKey)

public FeatureViewDataKey(FeatureViewDataKey other)
Parameter
NameDescription
otherFeatureViewDataKey

Properties

CompositeKey

public FeatureViewDataKey.Types.CompositeKey CompositeKey { get; set; }

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

Property Value
TypeDescription
FeatureViewDataKeyTypesCompositeKey

HasKey

public bool HasKey { get; }

Gets whether the "key" field is set

Property Value
TypeDescription
bool

Key

public string Key { get; set; }

String key to use for lookup.

Property Value
TypeDescription
string

KeyOneofCase

public FeatureViewDataKey.KeyOneofOneofCase KeyOneofCase { get; }
Property Value
TypeDescription
FeatureViewDataKeyKeyOneofOneofCase