AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::ModelPackageGroup

CfnModelPackageGroup

A group of versioned models in the Model Registry.

Import

import { CfnModelPackageGroup } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnModelPackageGroup

Properties

Configuration passed to the constructor as CfnModelPackageGroupProps.

modelPackageGroupNameRequired
string

The name of the model group.

modelPackageGroupDescriptionOptional
string

The description for the model group.

modelPackageGroupPolicyOptional
any

A resouce policy to control access to a model group. For information about resoure policies, see [Identity-based policies and resource-based policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html) in the *AWS Identity and Access Management User Guide.* .

tagsOptional
CfnTag[]

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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter