| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
TimeAlignmentBoundary |
TimeAlignmentBoundary.clone() |
TimeAlignmentBoundary |
DescribeAutoPredictorResult.getTimeAlignmentBoundary()
The time boundary Forecast uses when aggregating data.
|
TimeAlignmentBoundary |
CreateAutoPredictorRequest.getTimeAlignmentBoundary()
The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withDayOfMonth(Integer dayOfMonth)
The day of the month to use for time alignment during aggregation.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withDayOfWeek(DayOfWeek dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withDayOfWeek(String dayOfWeek)
The day of week to use for time alignment during aggregation.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withHour(Integer hour)
The hour of day to use for time alignment during aggregation.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withMonth(Month month)
The month to use for time alignment during aggregation.
|
TimeAlignmentBoundary |
TimeAlignmentBoundary.withMonth(String month)
The month to use for time alignment during aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAutoPredictorResult.setTimeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
|
void |
CreateAutoPredictorRequest.setTimeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency.
|
DescribeAutoPredictorResult |
DescribeAutoPredictorResult.withTimeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses when aggregating data.
|
CreateAutoPredictorRequest |
CreateAutoPredictorRequest.withTimeAlignmentBoundary(TimeAlignmentBoundary timeAlignmentBoundary)
The time boundary Forecast uses to align and aggregate any data that doesn't align with your forecast frequency.
|
Copyright © 2022. All rights reserved.