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

GoogleCloudAiplatformV1FeatureViewDataKey

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

Lookup key for a feature view.

interface GoogleCloudAiplatformV1FeatureViewDataKey {
key?: string;
}

§Properties

§

The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.

§
key?: string
[src]

String key to use for lookup.