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

GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries

import type { GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
interface GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries {
timestampColumn?: string;
}

§Properties

§
timestampColumn?: string
[src]

Optional. Column hosting timestamp values for a time-series source. Will be used to determine the latest feature_values for each entity. Optional. If not provided, column named feature_timestamp of type TIMESTAMP will be used.