| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateWhatIfAnalysisResponse |
ForecastClient.createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWhatIfAnalysisResponse> |
ForecastAsyncClient.createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> 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.
|
Copyright © 2023. All rights reserved.