Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb

Overview

ID that is comprised from several parts (columns).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey

Returns a new instance of GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.



9133
9134
9135
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9133

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#partsArray<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

Returns:

  • (Array<String>)


9131
9132
9133
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9131

def parts
  @parts
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9138
9139
9140
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9138

def update!(**args)
  @parts = args[:parts] if args.key?(:parts)
end