interface ModelCardProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelPackage.ModelCardProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelPackage_ModelCardProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelPackage.ModelCardProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelPackage.ModelCardProperty |
![]() | aws-cdk-lib » aws_sagemaker » CfnModelPackage » ModelCardProperty |
An Amazon SageMaker Model Card.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const modelCardProperty: sagemaker.CfnModelPackage.ModelCardProperty = {
modelCardContent: 'modelCardContent',
modelCardStatus: 'modelCardStatus',
};
Properties
Name | Type | Description |
---|---|---|
model | string | The content of the model card. |
model | string | The approval status of the model card within your organization. |
modelCardContent
Type:
string
The content of the model card.
modelCardStatus
Type:
string
The approval status of the model card within your organization.
Different organizations might have different criteria for model card review and approval.
Draft
: The model card is a work in progress.PendingReview
: The model card is pending review.Approved
: The model card is approved.Archived
: The model card is archived. No more updates should be made to the model card, but it can still be exported.