| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateWhatIfAnalysisResponse |
ForecastClient.createWhatIfAnalysis(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest)
What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and
compare the forecasts generated by these changes against the baseline, unchanged time series.
|
default CompletableFuture<CreateWhatIfAnalysisResponse> |
ForecastAsyncClient.createWhatIfAnalysis(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest)
What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and
compare the forecasts generated by these changes against the baseline, unchanged time series.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
CreateWhatIfAnalysisRequestMarshaller.marshall(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest) |
Copyright © 2023. All rights reserved.