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

GoogleCloudAiplatformV1ReadFeatureValuesRequest

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

Request message for FeaturestoreOnlineServingService.ReadFeatureValues.

interface GoogleCloudAiplatformV1ReadFeatureValuesRequest {
entityId?: string;
}

§Properties

§
entityId?: string
[src]

Required. ID for a specific entity. 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.