| 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 |
|---|---|
DescribeForecastResult |
AmazonForecast.describeForecast(DescribeForecastRequest describeForecastRequest)
Describes a forecast created using the CreateForecast operation.
|
DescribeForecastResult |
AmazonForecastClient.describeForecast(DescribeForecastRequest request)
Describes a forecast created using the CreateForecast operation.
|
DescribeForecastResult |
AbstractAmazonForecast.describeForecast(DescribeForecastRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeForecastResult> |
AbstractAmazonForecastAsync.describeForecastAsync(DescribeForecastRequest request,
AsyncHandler<DescribeForecastRequest,DescribeForecastResult> asyncHandler) |
Future<DescribeForecastResult> |
AmazonForecastAsyncClient.describeForecastAsync(DescribeForecastRequest request,
AsyncHandler<DescribeForecastRequest,DescribeForecastResult> asyncHandler) |
Future<DescribeForecastResult> |
AmazonForecastAsync.describeForecastAsync(DescribeForecastRequest describeForecastRequest,
AsyncHandler<DescribeForecastRequest,DescribeForecastResult> asyncHandler)
Describes a forecast created using the CreateForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeForecastResult |
DescribeForecastResult.clone() |
DescribeForecastResult |
DescribeForecastResult.withCreationTime(Date creationTime)
When the forecast creation task was created.
|
DescribeForecastResult |
DescribeForecastResult.withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group that provided the data used to train the predictor.
|
DescribeForecastResult |
DescribeForecastResult.withForecastArn(String forecastArn)
The forecast ARN as specified in the request.
|
DescribeForecastResult |
DescribeForecastResult.withForecastName(String forecastName)
The name of the forecast.
|
DescribeForecastResult |
DescribeForecastResult.withForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts were generated.
|
DescribeForecastResult |
DescribeForecastResult.withForecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts were generated.
|
DescribeForecastResult |
DescribeForecastResult.withLastModificationTime(Date lastModificationTime)
Initially, the same as
CreationTime (status is CREATE_PENDING). |
DescribeForecastResult |
DescribeForecastResult.withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeForecastResult |
DescribeForecastResult.withPredictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
|
DescribeForecastResult |
DescribeForecastResult.withStatus(String status)
The status of the forecast.
|
Copyright © 2021. All rights reserved.