Class: Google::Cloud::AIPlatform::V1::FeatureSelector

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/feature_selector.rb

Overview

Selector for Features of an EntityType.

Instance Attribute Summary collapse

Instance Attribute Details

#id_matcher::Google::Cloud::AIPlatform::V1::IdMatcher

Returns Required. Matches Features based on ID.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/aiplatform/v1/feature_selector.rb', line 42

class FeatureSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end