AWS::SageMaker::DataQualityJobDefinitionCreates a definition for a job that monitors data quality and drift. For information about model monitor, see [Amazon SageMaker AI Model Monitor](https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html) .
import { CfnDataQualityJobDefinition } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnDataQualityJobDefinitionConfiguration passed to the constructor as CfnDataQualityJobDefinitionProps.
dataQualityAppSpecificationRequiredIResolvable | DataQualityAppSpecificationPropertySpecifies the container that runs the monitoring job.
dataQualityJobInputRequiredIResolvable | DataQualityJobInputPropertyA list of inputs for the monitoring job. Currently endpoints are supported as monitoring inputs.
dataQualityJobOutputConfigRequiredIResolvable | MonitoringOutputConfigPropertyThe output configuration for monitoring jobs.
jobResourcesRequiredIResolvable | MonitoringResourcesPropertyIdentifies the resources to deploy for a monitoring job.
roleArnRequiredstring | IRoleRefThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
dataQualityBaselineConfigOptionalIResolvable | DataQualityBaselineConfigPropertyConfigures the constraints and baselines for the monitoring job.
endpointNameOptionalstringThe name of the endpoint used to run the monitoring job.
jobDefinitionNameOptionalstringThe name for the monitoring job definition.
networkConfigOptionalIResolvable | NetworkConfigPropertySpecifies networking configuration for the monitoring job.
stoppingConditionOptionalIResolvable | StoppingConditionPropertyA time limit for how long the monitoring job is allowed to run before stopping.
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::DataQualityJobDefinition