Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey

Inherits:
Object
  • Object
show all
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

Lookup key for a feature view.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewDataKey

Returns a new instance of GoogleCloudAiplatformV1beta1FeatureViewDataKey.



8755
8756
8757
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8755

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

Instance Attribute Details

#keyString

String key to use for lookup. Corresponds to the JSON property key

Returns:

  • (String)


8753
8754
8755
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8753

def key
  @key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8760
8761
8762
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8760

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