AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::ModelExplainabilityJobDefinition

CfnModelExplainabilityJobDefinition

Creates the definition for a model explainability job.

Import

import { CfnModelExplainabilityJobDefinition } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnModelExplainabilityJobDefinition

Properties

Configuration passed to the constructor as CfnModelExplainabilityJobDefinitionProps.

jobResourcesRequired
IResolvable | MonitoringResourcesProperty

Identifies the resources to deploy for a monitoring job.

modelExplainabilityAppSpecificationRequired
IResolvable | ModelExplainabilityAppSpecificationProperty

Configures the model explainability job to run a specified Docker container image.

modelExplainabilityJobInputRequired
IResolvable | ModelExplainabilityJobInputProperty

Inputs for the model explainability job.

modelExplainabilityJobOutputConfigRequired
IResolvable | MonitoringOutputConfigProperty

The output configuration for monitoring jobs.

roleArnRequired
string | IRoleRef

The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.

endpointNameOptional
string

The name of the endpoint used to run the monitoring job.

jobDefinitionNameOptional
string

The name of the model explainability job definition. The name must be unique within an AWS Region in the AWS account.

modelExplainabilityBaselineConfigOptional
IResolvable | ModelExplainabilityBaselineConfigProperty

The baseline configuration for a model explainability job.

networkConfigOptional
IResolvable | NetworkConfigProperty

Networking options for a model explainability job.

stoppingConditionOptional
IResolvable | StoppingConditionProperty

A time limit for how long the monitoring job is allowed to run before stopping.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter