Model Package Group Args
data class ModelPackageGroupArgs(val modelPackageGroupDescription: Output<String>? = null, val modelPackageGroupName: Output<String>? = null, val modelPackageGroupPolicy: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ModelPackageGroupArgs>
Resource Type definition for AWS::SageMaker::ModelPackageGroup
Constructors
Properties
Link copied to clipboard
The description for the model group.
Link copied to clipboard
The name of the model group.
Link copied to clipboard
A resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies in the AWS Identity and Access Management User Guide. . Search the CloudFormation User Guide for AWS::SageMaker::ModelPackageGroup
for more information about the expected schema for this property.