Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Overview
ID that is comprised from several parts (columns).
Instance Attribute Summary collapse
-
#parts ⇒ Array<String>
Parts to construct Entity ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
constructor
A new instance of GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey
Returns a new instance of GoogleCloudAiplatformV1beta1FeatureViewDataKeyCompositeKey.
9516 9517 9518 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9516 def initialize(**args) update!(**args) end |
Instance Attribute Details
#parts ⇒ Array<String>
Parts to construct Entity ID. Should match with the same ID columns as defined
in FeatureView in the same order.
Corresponds to the JSON property parts
9514 9515 9516 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9514 def parts @parts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9521 9522 9523 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9521 def update!(**args) @parts = args[:parts] if args.key?(:parts) end |