class Aws::ForecastService::Types::PredictorSummary
Provides a summary of the predictor properties that are used in the ListPredictors operation. To get the complete set of properties, call the DescribePredictor operation, and provide the listed `PredictorArn`.
@!attribute [rw] predictor_arn
The ARN of the predictor. @return [String]
@!attribute [rw] predictor_name
The name of the predictor. @return [String]
@!attribute [rw] dataset_group_arn
The Amazon Resource Name (ARN) of the dataset group that contains the data used to train the predictor. @return [String]
@!attribute [rw] status
The status of the predictor. States include: * `ACTIVE` * `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED` * `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED` * `CREATE_STOPPING`, `CREATE_STOPPED` <note markdown="1"> The `Status` of the predictor must be `ACTIVE` before you can use the predictor to create a forecast. </note> @return [String]
@!attribute [rw] message
If an error occurred, an informational message about the error. @return [String]
@!attribute [rw] creation_time
When the model training task was created. @return [Time]
@!attribute [rw] last_modification_time
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. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/forecast-2018-06-26/PredictorSummary AWS API Documentation
Constants
- SENSITIVE