| 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 |
AbstractAmazonForecast.describeForecast(DescribeForecastRequest request) |
DescribeForecastResult |
AmazonForecastClient.describeForecast(DescribeForecastRequest request)
Describes a forecast created using the CreateForecast operation.
|
DescribeForecastResult |
AmazonForecast.describeForecast(DescribeForecastRequest describeForecastRequest)
Describes a forecast created using the CreateForecast operation.
|
| 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.withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The estimated time remaining in minutes for the forecast job to complete.
|
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)
The last time the resource was modified.
|
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.
|
DescribeForecastResult |
DescribeForecastResult.withTimeSeriesSelector(TimeSeriesSelector timeSeriesSelector)
The time series to include in the forecast.
|
Copyright © 2024. All rights reserved.