aws.sagemaker.list_model_explainability_job_definitions
Example SQL Queries
SELECT * FROMaws.sagemaker.list_model_explainability_job_definitions;Description
Lists model explainability job definitions that satisfy various filters.
Table Definition
| Column Name | Column Data Type |
|---|---|
| creation_time_after Input Column A filter that returns only model explainability jobs created after a specified time. | TIMESTAMP_S |
| creation_time_before Input Column A filter that returns only model explainability jobs created before a specified time. | TIMESTAMP_S |
| endpoint_name Input Column The name of the endpoint that the job monitors. | VARCHAR |
| name_contains Input Column Filter for model explainability jobs whose name contains a specified string. | VARCHAR |
| sort_by Input Column Whether to sort results by the Name or CreationTime field. 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 |