public static interface ForecastSummary.Builder extends SdkPojo, CopyableBuilder<ForecastSummary.Builder,ForecastSummary>
| Modifier and Type | Method and Description |
|---|---|
ForecastSummary.Builder |
createdUsingAutoPredictor(Boolean createdUsingAutoPredictor)
Whether the Forecast was created from an AutoPredictor.
|
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)
The last time the resource was modified.
|
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 createdUsingAutoPredictor(Boolean createdUsingAutoPredictor)
Whether the Forecast was created from an AutoPredictor.
createdUsingAutoPredictor - Whether the Forecast was created from an AutoPredictor.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
CREATE_STOPPING, CREATE_STOPPED
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
CREATE_STOPPING, CREATE_STOPPED
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)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
Copyright © 2023. All rights reserved.