aws.lookoutequipment.describe_retraining_scheduler
Example SQL Queries
SELECT * FROMaws.lookoutequipment.describe_retraining_schedulerWHERE"model_name" = 'VALUE';Description
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_name Required Input Column The name of the model that the retraining scheduler is attached to. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_at Indicates the time and date at which the retraining scheduler was created. | TIMESTAMP_S |
| lookback_window The number of past days of data used for retraining. | VARCHAR |
| model_arn The ARN of the model that the retraining scheduler is attached to. | VARCHAR |
| promote_mode Indicates how the service uses new models. In MANAGED mode, new models are used for inference if they have better performance than the current model. In MANUAL mode, the new models are not used until they are manually activated. | VARCHAR |
| retraining_frequency The frequency at which the model retraining is set. This follows the ISO 8601 guidelines. | VARCHAR |
| retraining_start_date The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day. | TIMESTAMP_S |
| status The status of the retraining scheduler. | VARCHAR |
| updated_at Indicates the time and date at which the retraining scheduler was updated. | TIMESTAMP_S |