Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1IdMatcher

import type { GoogleCloudAiplatformV1IdMatcher } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

Matcher for Features of an EntityType by Feature ID.

interface GoogleCloudAiplatformV1IdMatcher {
ids?: string[];
}

§Properties

§
ids?: string[]
[src]

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.