| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.model |
| 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.builder() |
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.forecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast.
|
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.tags(Collection<Tag> tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tags
to apply to the what if forecast.
|
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.tags(Tag... tags)
A list of tags
to apply to the what if forecast.
|
default CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.timeSeriesSelector(Consumer<TimeSeriesSelector.Builder> timeSeriesSelector)
Defines the set of time series that are used in the what-if analysis with a
TimeSeriesIdentifiers object. |
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. |
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.toBuilder() |
CreateWhatIfAnalysisRequest.Builder |
CreateWhatIfAnalysisRequest.Builder.whatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWhatIfAnalysisRequest.Builder> |
CreateWhatIfAnalysisRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.