AWS Amazon SageMaker Model Package Group
This page shows how to write Terraform and CloudFormation for Amazon SageMaker Model Package Group and write them securely.
aws_sagemaker_model_package_group (Terraform)
The Model Package Group in Amazon SageMaker can be configured in Terraform with the resource name aws_sagemaker_model_package_group. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
arnoptional computed - string -
idoptional computed - string -
model_package_group_descriptionoptional - string -
model_package_group_namerequired - string -
tagsoptional - map from string to string
Explanation in Terraform Registry
Provides a Sagemaker Model Package Group resource.
AWS::SageMaker::ModelPackageGroup (CloudFormation)
The ModelPackageGroup in SageMaker can be configured in CloudFormation with the resource name AWS::SageMaker::ModelPackageGroup. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
Tagsoptional - List of Tag -
ModelPackageGroupNamerequired - String -
ModelPackageGroupDescriptionoptional - String -
ModelPackageGroupPolicyoptional - Json
Explanation in CloudFormation Registry
A group of versioned models in the model registry.