Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey
- 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
Lookup key for a feature view.
Instance Attribute Summary collapse
-
#key ⇒ String
String key to use for lookup.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewDataKey
constructor
A new instance of GoogleCloudAiplatformV1FeatureViewDataKey.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureViewDataKey
Returns a new instance of GoogleCloudAiplatformV1FeatureViewDataKey.
6900 6901 6902 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6900 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key ⇒ String
String key to use for lookup.
Corresponds to the JSON property key
6898 6899 6900 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6898 def key @key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6905 6906 6907 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 6905 def update!(**args) @key = args[:key] if args.key?(:key) end |