Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::IdMatcher (v0.6.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::IdMatcher.

Matcher for Features of an EntityType by Feature ID.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ids

def ids() -> ::Array<::String>
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.

#ids=

def ids=(value) -> ::Array<::String>
Parameter
  • value (::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.
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.