This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ModelCard ModelPackageDetails
Details about the model package associated with the model card.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ApprovalDescription" :String, "CreatedBy" :ModelPackageCreator, "Domain" :String, "InferenceSpecification" :InferenceSpecification, "ModelApprovalStatus" :String, "ModelPackageArn" :String, "ModelPackageDescription" :String, "ModelPackageGroupName" :String, "ModelPackageName" :String, "ModelPackageStatus" :String, "ModelPackageVersion" :Number, "SourceAlgorithms" :[ SourceAlgorithm, ... ], "Task" :String}
YAML
ApprovalDescription:StringCreatedBy:ModelPackageCreatorDomain:StringInferenceSpecification:InferenceSpecificationModelApprovalStatus:StringModelPackageArn:StringModelPackageDescription:StringModelPackageGroupName:StringModelPackageName:StringModelPackageStatus:StringModelPackageVersion:NumberSourceAlgorithms:- SourceAlgorithmTask:String
Properties
ApprovalDescription-
A description of the approval status of the model package.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
CreatedBy-
Information about the user who created the model package.
Required: No
Type: ModelPackageCreator
Update requires: No interruption
Domain-
The machine learning domain of the model package.
Required: No
Type: String
Update requires: No interruption
InferenceSpecification-
Details about the inference specification for the model package.
Required: No
Type: InferenceSpecification
Update requires: No interruption
ModelApprovalStatus-
The approval status of the model package.
Required: No
Type: String
Allowed values:
Approved | Rejected | PendingManualApprovalUpdate requires: No interruption
ModelPackageArn-
The Amazon Resource Name (ARN) of the model package.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: No interruption
ModelPackageDescription-
A description of the model package.
Required: No
Type: String
Maximum:
1024Update requires: No interruption
ModelPackageGroupName-
The name of the model package group.
Required: No
Type: String
Minimum:
1Maximum:
63Update requires: No interruption
ModelPackageName-
The name of the model package.
Required: No
Type: String
Minimum:
1Maximum:
63Update requires: No interruption
ModelPackageStatus-
The status of the model package.
Required: No
Type: String
Allowed values:
Pending | InProgress | Completed | Failed | DeletingUpdate requires: No interruption
ModelPackageVersion-
The version of the model package.
Required: No
Type: Number
Minimum:
1Update requires: No interruption
SourceAlgorithms-
A list of algorithms that were used to create the model package.
Required: No
Type: Array of SourceAlgorithm
Minimum:
1Maximum:
1Update requires: No interruption
Task-
The machine learning task performed by the model package.
Required: No
Type: String
Update requires: No interruption