interface DriftCheckModelQualityProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelPackage.DriftCheckModelQualityProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelPackage.DriftCheckModelQualityProperty |
Python | aws_cdk.aws_sagemaker.CfnModelPackage.DriftCheckModelQualityProperty |
TypeScript | @aws-cdk/aws-sagemaker » CfnModelPackage » DriftCheckModelQualityProperty |
Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as sagemaker from '@aws-cdk/aws-sagemaker';
const driftCheckModelQualityProperty: sagemaker.CfnModelPackage.DriftCheckModelQualityProperty = {
constraints: {
contentType: 'contentType',
s3Uri: 's3Uri',
// the properties below are optional
contentDigest: 'contentDigest',
},
statistics: {
contentType: 'contentType',
s3Uri: 's3Uri',
// the properties below are optional
contentDigest: 'contentDigest',
},
};
Properties
Name | Type | Description |
---|---|---|
constraints? | IResolvable | Metrics | The drift check model quality constraints. |
statistics? | IResolvable | Metrics | The drift check model quality statistics. |
constraints?
Type:
IResolvable
|
Metrics
(optional)
The drift check model quality constraints.
statistics?
Type:
IResolvable
|
Metrics
(optional)
The drift check model quality statistics.