Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureSelector
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureSelector
- 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
Selector for Features of an EntityType.
Instance Attribute Summary collapse
-
#id_matcher ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IdMatcher
Matcher for Features of an EntityType by Feature ID.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureSelector
constructor
A new instance of GoogleCloudAiplatformV1beta1FeatureSelector.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureSelector
Returns a new instance of GoogleCloudAiplatformV1beta1FeatureSelector.
9105 9106 9107 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9105 def initialize(**args) update!(**args) end |
Instance Attribute Details
#id_matcher ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1IdMatcher
Matcher for Features of an EntityType by Feature ID.
Corresponds to the JSON property idMatcher
9103 9104 9105 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9103 def id_matcher @id_matcher end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9110 9111 9112 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 9110 def update!(**args) @id_matcher = args[:id_matcher] if args.key?(:id_matcher) end |