| 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 |
|---|---|
DescribeWhatIfForecastResult |
AbstractAmazonForecast.describeWhatIfForecast(DescribeWhatIfForecastRequest request) |
DescribeWhatIfForecastResult |
AmazonForecast.describeWhatIfForecast(DescribeWhatIfForecastRequest describeWhatIfForecastRequest)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
DescribeWhatIfForecastResult |
AmazonForecastClient.describeWhatIfForecast(DescribeWhatIfForecastRequest request)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeWhatIfForecastResult> |
AbstractAmazonForecastAsync.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest request,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler) |
Future<DescribeWhatIfForecastResult> |
AmazonForecastAsync.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest describeWhatIfForecastRequest,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
Future<DescribeWhatIfForecastResult> |
AmazonForecastAsyncClient.describeWhatIfForecastAsync(DescribeWhatIfForecastRequest request,
AsyncHandler<DescribeWhatIfForecastRequest,DescribeWhatIfForecastResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.clone() |
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withCreationTime(Date creationTime)
When the what-if forecast was created.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast, in minutes.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withForecastTypes(Collection<String> forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withForecastTypes(String... forecastTypes)
The quantiles at which probabilistic forecasts are generated.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withStatus(String status)
The status of the what-if forecast.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withTimeSeriesReplacementsDataSource(TimeSeriesReplacementsDataSource timeSeriesReplacementsDataSource)
An array of
S3Config, Schema, and Format elements that describe the
replacement time series. |
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withTimeSeriesTransformations(Collection<TimeSeriesTransformation> timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withTimeSeriesTransformations(TimeSeriesTransformation... timeSeriesTransformations)
An array of
Action and TimeSeriesConditions elements that describe what transformations
were applied to which time series. |
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this forecast.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
DescribeWhatIfForecastResult |
DescribeWhatIfForecastResult.withWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
Copyright © 2023. All rights reserved.