Class: Google::Cloud::AIPlatform::V1::IdMatcher

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

Matcher for Features of an EntityType by Feature ID.

Instance Attribute Summary collapse

Instance Attribute Details

#ids::Array<::String>

Returns Required. The following are accepted as ids:

  • A single-element list containing only *, which selects all Features in the target EntityType, or
  • A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.

Returns:

  • (::Array<::String>)

    Required. The following are accepted as ids:

    • A single-element list containing only *, which selects all Features in the target EntityType, or
    • A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.


33
34
35
36
# File 'proto_docs/google/cloud/aiplatform/v1/feature_selector.rb', line 33

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