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

GoogleCloudAiplatformV1EntityIdSelector

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

Selector for entityId. Getting ids from the given source.

interface GoogleCloudAiplatformV1EntityIdSelector {
entityIdField?: string;
}

§Properties

§

Source of Csv

§
entityIdField?: string
[src]

Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.