| 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 |
AmazonForecast.createForecast(CreateForecastRequest createForecastRequest)
Creates a forecast for each item in the
TARGET_TIME_SERIES dataset that was used to train the
predictor. |
CreateForecastResult |
AmazonForecastClient.createForecast(CreateForecastRequest request)
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) |
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> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request) |
Future<CreateForecastResult> |
AbstractAmazonForecastAsync.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. |
Future<CreateForecastResult> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateForecastResult> |
AbstractAmazonForecastAsync.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. |
Future<CreateForecastResult> |
AmazonForecastAsyncClient.createForecastAsync(CreateForecastRequest request,
AsyncHandler<CreateForecastRequest,CreateForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateForecastRequest |
CreateForecastRequest.clone() |
CreateForecastRequest |
CreateForecastRequest.withForecastName(String forecastName)
A name for the forecast.
|
CreateForecastRequest |
CreateForecastRequest.withForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
CreateForecastRequest |
CreateForecastRequest.withForecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
CreateForecastRequest |
CreateForecastRequest.withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor to use to generate the forecast.
|
CreateForecastRequest |
CreateForecastRequest.withTags(Collection<Tag> tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateForecastRequest |
CreateForecastRequest.withTags(Tag... tags)
The optional metadata that you apply to the forecast to help you categorize and organize them.
|
CreateForecastRequest |
CreateForecastRequest.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
Defines the set of time series that are used to create the forecasts in a
TimeSeriesIdentifiers
object. |
Copyright © 2024. All rights reserved.