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

XPSColumnSpecForecastingMetadata

import type { XPSColumnSpecForecastingMetadata } from "https://googleapis.deno.dev/v1/language:v2.ts";

===========================================================================

The fields below are used exclusively for Forecasting.

interface XPSColumnSpecForecastingMetadata {
columnType?:
| "COLUMN_TYPE_UNSPECIFIED"
| "KEY"
| "KEY_METADATA"
| "TIME_SERIES_AVAILABLE_PAST_ONLY"
| "TIME_SERIES_AVAILABLE_PAST_AND_FUTURE";
}

§Properties

§
columnType?: "COLUMN_TYPE_UNSPECIFIED" | "KEY" | "KEY_METADATA" | "TIME_SERIES_AVAILABLE_PAST_ONLY" | "TIME_SERIES_AVAILABLE_PAST_AND_FUTURE"
[src]

The type of the column for FORECASTING model training purposes.