TimeAlignmentBoundary

The time boundary Forecast uses to align and aggregate your data to match your forecast frequency. Provide the unit of time and the time boundary as a key value pair. If you don't provide a time boundary, Forecast uses a set of Default Time Boundaries.

For more information about aggregation, see Data Aggregation for Different Forecast Frequencies. For more information setting a custom time boundary, see Specifying a Time Boundary.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of the month to use for time alignment during aggregation.

Link copied to clipboard

The day of week to use for time alignment during aggregation. The day must be in uppercase.

Link copied to clipboard
val hour: Int?

The hour of day to use for time alignment during aggregation.

Link copied to clipboard
val month: Month?

The month to use for time alignment during aggregation. The month must be in uppercase.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String