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 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1IdMatcher{
  ids: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.