| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateForecastResponse |
ForecastClient.createForecast(Consumer<CreateForecastRequest.Builder> createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
default CreateForecastResponse |
ForecastClient.createForecast(CreateForecastRequest createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateForecastResponse> |
ForecastAsyncClient.createForecast(Consumer<CreateForecastRequest.Builder> createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
default CompletableFuture<CreateForecastResponse> |
ForecastAsyncClient.createForecast(CreateForecastRequest createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
Copyright © 2020. All rights reserved.