View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IdMatcher (google_api_ai_platform v0.13.0)
Matcher for Features of an EntityType by Feature ID.
Attributes
-
ids
(type:list(String.t)
, default:nil
) - Required. The following are accepted asids
: 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IdMatcher{ ids: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.