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

GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest

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

Request message for FeaturestoreOnlineServingService.StreamingFeatureValuesRead.

interface GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest {
entityIds?: string[];
}

§Properties

§
entityIds?: string[]
[src]

Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

§

Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.