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

GoogleCloudAiplatformV1FeatureValueMetadata

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

Metadata of feature value.

interface GoogleCloudAiplatformV1FeatureValueMetadata {
generateTime?: Date;
}

§Properties

§
generateTime?: Date
[src]

Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.