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

GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec

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

Selects Features of an EntityType to read values of and specifies read settings.

interface GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec {
entityTypeId?: string;
}

§Properties

§
entityTypeId?: string
[src]

Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.

§

Required. Selectors choosing which Feature values to read from the EntityType.

§

Per-Feature settings for the batch read.