| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesSelector |
DescribeForecastResponse.timeSeriesSelector()
The time series to include in the forecast.
|
TimeSeriesSelector |
CreateWhatIfAnalysisRequest.timeSeriesSelector()
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers
object. |
TimeSeriesSelector |
DescribeWhatIfAnalysisResponse.timeSeriesSelector()
Returns the value of the TimeSeriesSelector property for this object.
|
TimeSeriesSelector |
CreateForecastRequest.timeSeriesSelector()
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
| Modifier and Type | Method and Description |
|---|---|
DescribeForecastResponse.Builder |
DescribeForecastResponse.Builder.timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
|
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. |
DescribeWhatIfAnalysisResponse.Builder |
DescribeWhatIfAnalysisResponse.Builder.timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Sets the value of the TimeSeriesSelector property for this object.
|
CreateForecastRequest.Builder |
CreateForecastRequest.Builder.timeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
Copyright © 2023. All rights reserved.