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

GoogleCloudAiplatformV1IndexDatapointRestriction

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

Restriction of a datapoint which describe its attributes(tokens) from each of several attribute categories(namespaces).

interface GoogleCloudAiplatformV1IndexDatapointRestriction {
allowList?: string[];
denyList?: string[];
namespace?: string;
}

§Properties

§
allowList?: string[]
[src]

The attributes to allow in this namespace. e.g.: 'red'

§
denyList?: string[]
[src]

The attributes to deny in this namespace. e.g.: 'blue'

§
namespace?: string
[src]

The namespace of this restriction. e.g.: color.