public sealed class FeatureViewDataKey : IMessage<FeatureViewDataKey>, IEquatable<FeatureViewDataKey>, IDeepCloneable<FeatureViewDataKey>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class FeatureViewDataKey.
Lookup key for a feature view.
Implements
IMessageFeatureViewDataKey, IEquatableFeatureViewDataKey, IDeepCloneableFeatureViewDataKey, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
FeatureViewDataKey()
public FeatureViewDataKey()FeatureViewDataKey(FeatureViewDataKey)
public FeatureViewDataKey(FeatureViewDataKey other)| Parameter | |
|---|---|
| Name | Description |
other |
FeatureViewDataKey |
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 | |
|---|---|
| Type | Description |
FeatureViewDataKeyTypesCompositeKey |
|
HasKey
public bool HasKey { get; }Gets whether the "key" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Key
public string Key { get; set; }String key to use for lookup.
| Property Value | |
|---|---|
| Type | Description |
string |
|
KeyOneofCase
public FeatureViewDataKey.KeyOneofOneofCase KeyOneofCase { get; }| Property Value | |
|---|---|
| Type | Description |
FeatureViewDataKeyKeyOneofOneofCase |
|