DashboardForecastComputationArgs

data class DashboardForecastComputationArgs(val computationId: Output<String>, val customSeasonalityValue: Output<Double>? = null, val lowerBoundary: Output<Double>? = null, val name: Output<String>? = null, val periodsBackward: Output<Double>? = null, val periodsForward: Output<Double>? = null, val predictionInterval: Output<Double>? = null, val seasonality: Output<DashboardForecastComputationSeasonality>? = null, val time: Output<DashboardDimensionFieldArgs>? = null, val upperBoundary: Output<Double>? = null, val value: Output<DashboardMeasureFieldArgs>? = null) : ConvertibleToJava<DashboardForecastComputationArgs>

Constructors

Link copied to clipboard
constructor(computationId: Output<String>, customSeasonalityValue: Output<Double>? = null, lowerBoundary: Output<Double>? = null, name: Output<String>? = null, periodsBackward: Output<Double>? = null, periodsForward: Output<Double>? = null, predictionInterval: Output<Double>? = null, seasonality: Output<DashboardForecastComputationSeasonality>? = null, time: Output<DashboardDimensionFieldArgs>? = null, upperBoundary: Output<Double>? = null, value: Output<DashboardMeasureFieldArgs>? = null)

Properties

Link copied to clipboard
val computationId: Output<String>

The ID for a computation.

Link copied to clipboard
val customSeasonalityValue: Output<Double>? = null

The custom seasonality value setup of a forecast computation.

Link copied to clipboard
val lowerBoundary: Output<Double>? = null

The lower boundary setup of a forecast computation.

Link copied to clipboard
val name: Output<String>? = null

The name of a computation.

Link copied to clipboard
val periodsBackward: Output<Double>? = null

The periods backward setup of a forecast computation.

Link copied to clipboard
val periodsForward: Output<Double>? = null

The periods forward setup of a forecast computation.

Link copied to clipboard
val predictionInterval: Output<Double>? = null

The prediction interval setup of a forecast computation.

Link copied to clipboard

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

Link copied to clipboard
val time: Output<DashboardDimensionFieldArgs>? = null

The time field that is used in a computation.

Link copied to clipboard
val upperBoundary: Output<Double>? = null

The upper boundary setup of a forecast computation.

Link copied to clipboard
val value: Output<DashboardMeasureFieldArgs>? = null

The value field that is used in a computation.

Functions

Link copied to clipboard
open override fun toJava(): DashboardForecastComputationArgs