Builder
class Builder
Properties
Link copied to clipboard
A name for the forecast.
Link copied to clipboard
The quantiles at which probabilistic forecasts are generated. You can currently specify up to 5 quantiles per forecast. Accepted values include 0.01 to 0.99
(increments of .01 only) and mean
. The mean forecast is different from the median (0.50) when the distribution is not symmetric (for example, Beta and Negative Binomial).
Link copied to clipboard
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
Link copied to clipboard
Defines the set of time series that are used to create the forecasts in a TimeSeriesIdentifiers
object.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.forecast.model.TimeSeriesSelector inside the given block