aws.lookoutequipment.list_retraining_schedulers
Example SQL Queries
SELECT * FROMaws.lookoutequipment.list_retraining_schedulers;Description
Lists all retraining schedulers in your account, filtering by model name prefix and status.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specifies the maximum number of retraining schedulers to list. | BIGINT |
| model_name_begins_with Input Column Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify. | VARCHAR |
| next_token Input Column If the number of results exceeds the maximum, this pagination token is returned. Use this token in the request to show the next page of retraining schedulers. | VARCHAR |
| status Input Column Specify this field to only list retraining schedulers whose status matches the value you specify. | 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 |
| retraining_scheduler_summaries Provides information on the specified retraining scheduler, including the model name, model ARN, status, and start date. | STRUCT( |
Show child fields
| |