Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureSelector

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

Selector for Features of an EntityType.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureSelector

Returns a new instance of GoogleCloudAiplatformV1FeatureSelector.



14447
14448
14449
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14447

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

Instance Attribute Details

#id_matcherGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1IdMatcher

Matcher for Features of an EntityType by Feature ID. Corresponds to the JSON property idMatcher



14445
14446
14447
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14445

def id_matcher
  @id_matcher
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



14452
14453
14454
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14452

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