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
Name | model_explainability_job_definitions_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::ModelExplainabilityJobDefinition |
Id | aws.sagemaker.model_explainability_job_definitions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
job_definition_arn | string | The Amazon Resource Name (ARN) of job definition. |
job_definition_name | string | The name of the job definition. |
model_explainability_baseline_config | object | Baseline configuration used to validate that the data conforms to the specified constraints and statistics. |
model_explainability_app_specification | object | Container image configuration object for the monitoring job. |
model_explainability_job_input | object | The inputs for a monitoring job. |
model_explainability_job_output_config | object | The output configuration for monitoring jobs. |
job_resources | object | Identifies the resources to deploy for a monitoring job. |
network_config | object | Networking 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_name | string | The name of the endpoint used to run the monitoring job. |
role_arn | string | The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf. |
stopping_condition | object | Specifies a time limit for how long the monitoring job is allowed to run. |
tags | array | An array of key-value pairs to apply to this resource. |
creation_time | string | The time at which the job definition was created. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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