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
fun DashboardForecastComputationArgs(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)

Functions

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

Properties

Link copied to clipboard
val computationId: Output<String>
Link copied to clipboard
val customSeasonalityValue: Output<Double>? = null
Link copied to clipboard
val lowerBoundary: Output<Double>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val periodsBackward: Output<Double>? = null
Link copied to clipboard
val periodsForward: Output<Double>? = null
Link copied to clipboard
val predictionInterval: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
val time: Output<DashboardDimensionFieldArgs>? = null
Link copied to clipboard
val upperBoundary: Output<Double>? = null
Link copied to clipboard
val value: Output<DashboardMeasureFieldArgs>? = null