Class GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
ID that is comprised from several parts (columns).
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parts
Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.
Declaration
[JsonProperty("parts")]
public virtual IList<string> Parts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |