| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ForecastSummary |
ForecastSummary.clone() |
ForecastSummary |
ForecastSummary.withCreatedUsingAutoPredictor(Boolean createdUsingAutoPredictor)
Whether the Forecast was created from an AutoPredictor.
|
ForecastSummary |
ForecastSummary.withCreationTime(Date creationTime)
When the forecast creation task was created.
|
ForecastSummary |
ForecastSummary.withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
|
ForecastSummary |
ForecastSummary.withForecastArn(String forecastArn)
The ARN of the forecast.
|
ForecastSummary |
ForecastSummary.withForecastName(String forecastName)
The name of the forecast.
|
ForecastSummary |
ForecastSummary.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
ForecastSummary |
ForecastSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
ForecastSummary |
ForecastSummary.withPredictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
|
ForecastSummary |
ForecastSummary.withStatus(String status)
The status of the forecast.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForecastSummary> |
ListForecastsResult.getForecasts()
An array of objects that summarize each forecast's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListForecastsResult |
ListForecastsResult.withForecasts(ForecastSummary... forecasts)
An array of objects that summarize each forecast's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListForecastsResult.setForecasts(Collection<ForecastSummary> forecasts)
An array of objects that summarize each forecast's properties.
|
ListForecastsResult |
ListForecastsResult.withForecasts(Collection<ForecastSummary> forecasts)
An array of objects that summarize each forecast's properties.
|
Copyright © 2024. All rights reserved.