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

GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadata

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

The metadata of Datasets that contain time series data.

interface GoogleCloudAiplatformV1SchemaTimeSeriesDatasetMetadata {
timeColumn?: string;
timeSeriesIdentifierColumn?: string;
}

§Properties

§
timeColumn?: string
[src]

The column name of the time column that identifies time order in the time series.

§
timeSeriesIdentifierColumn?: string
[src]

The column name of the time series identifier column that identifies the time series.