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

GoogleCloudAiplatformV1WriteFeatureValuesPayload

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

Contains Feature values to be written for a specific entity.

interface GoogleCloudAiplatformV1WriteFeatureValuesPayload {
entityId?: string;
featureValues?: {};
}

§Properties

§
entityId?: string
[src]

Required. The ID of the entity.

§
featureValues?: {}
[src]

Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000 feature_values entries may be written across all payloads. The feature generation time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.