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

GoogleCloudAiplatformV1ImportFeatureValuesRequestFeatureSpec

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

Defines the Feature value(s) to import.

interface GoogleCloudAiplatformV1ImportFeatureValuesRequestFeatureSpec {
id?: string;
sourceField?: string;
}

§Properties

§
id?: string
[src]

Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.

§
sourceField?: string
[src]

Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.