| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesSelector |
TimeSeriesSelector.clone() |
TimeSeriesSelector |
DescribeForecastResult.getTimeSeriesSelector()
The time series to include in the forecast.
|
TimeSeriesSelector |
CreateWhatIfAnalysisRequest.getTimeSeriesSelector()
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers
object. |
TimeSeriesSelector |
CreateForecastRequest.getTimeSeriesSelector()
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
TimeSeriesSelector |
DescribeWhatIfAnalysisResult.getTimeSeriesSelector() |
TimeSeriesSelector |
TimeSeriesSelector.withTimeSeriesIdentifiers(TimeSeriesIdentifiers timeSeriesIdentifiers)
Details about the import file that contains the time series for which you want to create forecasts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeForecastResult.setTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
|
void |
CreateWhatIfAnalysisRequest.setTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers
object. |
void |
CreateForecastRequest.setTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
void |
DescribeWhatIfAnalysisResult.setTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector) |
DescribeForecastResult |
DescribeForecastResult.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
|
CreateWhatIfAnalysisRequest |
CreateWhatIfAnalysisRequest.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers
object. |
CreateForecastRequest |
CreateForecastRequest.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
DescribeWhatIfAnalysisResult |
DescribeWhatIfAnalysisResult.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector) |
Copyright © 2023. All rights reserved.