| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastResult |
AbstractAmazonForecast.createForecast(CreateForecastRequest request) |
CreateForecastResult |
AmazonForecastClient.createForecast(CreateForecastRequest request)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
CreateForecastResult |
AmazonForecast.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 |
|---|---|
Future<CreateForecastResult> |
AbstractAmazonForecastAsync.createForecastAsync(CreateForecastRequest request) |
Future<CreateForecastResult> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request) |
Future<CreateForecastResult> |
AmazonForecastAsync.createForecastAsync(CreateForecastRequest createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
Future<CreateForecastResult> |
AbstractAmazonForecastAsync.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
Future<CreateForecastResult> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
Future<CreateForecastResult> |
AmazonForecastAsync.createForecastAsync(CreateForecastRequest createForecastRequest,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler)
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 |
|---|---|
Future<CreateForecastResult> |
AbstractAmazonForecastAsync.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
Future<CreateForecastResult> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
Future<CreateForecastResult> |
AmazonForecastAsync.createForecastAsync(CreateForecastRequest createForecastRequest,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler)
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 |
|---|---|
CreateForecastResult |
CreateForecastResult.clone() |
CreateForecastResult |
CreateForecastResult.withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the forecast.
|
Copyright © 2024. All rights reserved.