Skip to main content

model_explainability_job_definitions_list_only

Lists model_explainability_job_definitions in a region or regions, for all properties use model_explainability_job_definitions

Overview

Namemodel_explainability_job_definitions_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::ModelExplainabilityJobDefinition
Idaws.sagemaker.model_explainability_job_definitions_list_only

Fields

NameDatatypeDescription
job_definition_arnstringThe Amazon Resource Name (ARN) of job definition.
job_definition_namestringThe name of the job definition.
model_explainability_baseline_configobjectBaseline configuration used to validate that the data conforms to the specified constraints and statistics.
model_explainability_app_specificationobjectContainer image configuration object for the monitoring job.
model_explainability_job_inputobjectThe inputs for a monitoring job.
model_explainability_job_output_configobjectThe output configuration for monitoring jobs.
job_resourcesobjectIdentifies the resources to deploy for a monitoring job.
network_configobjectNetworking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
endpoint_namestringThe name of the endpoint used to run the monitoring job.
role_arnstringThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
stopping_conditionobjectSpecifies a time limit for how long the monitoring job is allowed to run.
tagsarrayAn array of key-value pairs to apply to this resource.
creation_timestringThe time at which the job definition was created.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all model_explainability_job_definitions in a region.

SELECT
region,
job_definition_arn
FROM aws.sagemaker.model_explainability_job_definitions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the model_explainability_job_definitions_list_only resource, see model_explainability_job_definitions