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

GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView

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

Entity view with Feature values.

interface GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView {
entityId?: string;
}

§Properties

§

Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

§
entityId?: string
[src]

ID of the requested entity.