public static interface ForecastSummary.Builder extends SdkPojo, CopyableBuilder<ForecastSummary.Builder,ForecastSummary>
| Modifier and Type | Method and Description |
|---|---|
ForecastSummary.Builder |
creationTime(Instant creationTime)
When the forecast creation task was created.
|
ForecastSummary.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
|
ForecastSummary.Builder |
forecastArn(String forecastArn)
The ARN of the forecast.
|
ForecastSummary.Builder |
forecastName(String forecastName)
The name of the forecast.
|
ForecastSummary.Builder |
lastModificationTime(Instant lastModificationTime)
Initially, the same as
CreationTime (status is CREATE_PENDING). |
ForecastSummary.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
ForecastSummary.Builder |
predictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
|
ForecastSummary.Builder |
status(String status)
The status of the forecast.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildForecastSummary.Builder forecastArn(String forecastArn)
The ARN of the forecast.
forecastArn - The ARN of the forecast.ForecastSummary.Builder forecastName(String forecastName)
The name of the forecast.
forecastName - The name of the forecast.ForecastSummary.Builder predictorArn(String predictorArn)
The ARN of the predictor used to generate the forecast.
predictorArn - The ARN of the predictor used to generate the forecast.ForecastSummary.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the predictor.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that provided the data used to train the
predictor.ForecastSummary.Builder status(String status)
The status of the forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast must be ACTIVE before you can query or export the
forecast.
status - The status of the forecast. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
The Status of the forecast must be ACTIVE before you can query or export the
forecast.
ForecastSummary.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.ForecastSummary.Builder creationTime(Instant creationTime)
When the forecast creation task was created.
creationTime - When the forecast creation task was created.ForecastSummary.Builder lastModificationTime(Instant lastModificationTime)
Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
inference (creating the forecast) starts (status changed to CREATE_IN_PROGRESS), and when
inference is complete (status changed to ACTIVE) or fails (status changed to
CREATE_FAILED).
lastModificationTime - Initially, the same as CreationTime (status is CREATE_PENDING). Updated when
inference (creating the forecast) starts (status changed to CREATE_IN_PROGRESS), and when
inference is complete (status changed to ACTIVE) or fails (status changed to
CREATE_FAILED).Copyright © 2020. All rights reserved.