aws.sagemaker.list_data_quality_job_definitions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_data_quality_job_definitions;Description
Lists the data quality job definitions in your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only data quality monitoring job definitions created after the specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only data quality monitoring job definitions created before the specified time. | TIMESTAMP_S |
| endpoint_name Input Column The name of the endpoint that the job monitors. | VARCHAR |
| name_contains Input Column A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string. | VARCHAR |
| sort_by Input Column The field to sort results by. The default is CreationTime. | VARCHAR |
| sort_order Input Column Whether to sort the results in Ascending or Descending order. The default is Descending. | 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 that the monitoring job was created. | TIMESTAMP_S |
| monitoring_job_definition_arn The Amazon Resource Name (ARN) of the monitoring job. | VARCHAR |
| monitoring_job_definition_name The name of the monitoring job. | VARCHAR |