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

TimeBasedForecastProperties

import type { TimeBasedForecastProperties } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The forecast properties setup of a forecast in the line chart.

interface TimeBasedForecastProperties {
LowerBoundary?: number | null;
PeriodsBackward?: number | null;
PeriodsForward?: number | null;
PredictionInterval?: number | null;
Seasonality?: number | null;
UpperBoundary?: number | null;
}

§Properties

§
LowerBoundary?: number | null
[src]

The lower boundary setup of a forecast computation.

§
PeriodsBackward?: number | null
[src]

The periods backward setup of a forecast computation.

§
PeriodsForward?: number | null
[src]

The periods forward setup of a forecast computation.

§
PredictionInterval?: number | null
[src]

The prediction interval setup of a forecast computation.

§
Seasonality?: number | null
[src]

The seasonality setup of a forecast computation. Choose one of the following options:

  • NULL: The input is set to NULL.
  • NON_NULL: The input is set to a custom value.
§
UpperBoundary?: number | null
[src]

The upper boundary setup of a forecast computation.