| 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 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. |
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 |
|---|---|
SdkHttpFullRequest |
CreateForecastRequestMarshaller.marshall(CreateForecastRequest createForecastRequest) |
Copyright © 2020. All rights reserved.