Cloud AI Platform v1 API - Class FeatureViewDataKey (2.23.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

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