aws.sagemaker.list_optimization_jobs
Example SQL Queries
SELECT * FROMaws.sagemaker.list_optimization_jobs;Description
Lists the optimization jobs in your account and their properties.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column Filters the results to only those optimization jobs that were created after the specified time. | TIMESTAMP_S |
| creation_time_before Input Column Filters the results to only those optimization jobs that were created before the specified time. | TIMESTAMP_S |
| last_modified_time_after Input Column Filters the results to only those optimization jobs that were updated after the specified time. | TIMESTAMP_S |
| last_modified_time_before Input Column Filters the results to only those optimization jobs that were updated before the specified time. | TIMESTAMP_S |
| name_contains Input Column Filters the results to only those optimization jobs with a name that contains the specified string. | VARCHAR |
| optimization_contains Input Column Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either Quantization or Compilation. | VARCHAR |
| sort_by Input Column The field by which to sort the optimization jobs in the response. The default is CreationTime | VARCHAR |
| sort_order Input Column The sort order for results. The default is Ascending | VARCHAR |
| status_equals Input Column Filters the results to only those optimization jobs with the specified status. | 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
| |
| creation_time The time when you created the optimization job. | TIMESTAMP_S |
| deployment_instance_type The type of instance that hosts the optimized model that you create with the optimization job. | VARCHAR |
| last_modified_time The time when the optimization job was last updated. | TIMESTAMP_S |
| optimization_end_time The time when the optimization job finished processing. | TIMESTAMP_S |
| optimization_job_arn The Amazon Resource Name (ARN) of the optimization job. | VARCHAR |
| optimization_job_name The name that you assigned to the optimization job. | VARCHAR |
| optimization_job_status The current status of the optimization job. | VARCHAR |
| optimization_start_time The time when the optimization job started. | TIMESTAMP_S |
| optimization_types The optimization techniques that are applied by the optimization job. | VARCHAR[] |
Show child fields
| |