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

GoogleCloudAiplatformV1ExamplesRestrictionsNamespace

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

Restrictions namespace for example-based explanations overrides.

interface GoogleCloudAiplatformV1ExamplesRestrictionsNamespace {
allow?: string[];
deny?: string[];
namespaceName?: string;
}

§Properties

§
allow?: string[]
[src]

The list of allowed tags.

§
deny?: string[]
[src]

The list of deny tags.

§
namespaceName?: string
[src]

The namespace name.