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

GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey

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

ID that is comprised from several parts (columns).

interface GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey {
parts?: string[];
}

§Properties

§
parts?: string[]
[src]

Parts to construct Entity ID. Should match with the same ID columns as defined in FeatureView in the same order.