Get Model Package Group Result
data class GetModelPackageGroupResult(val creationTime: String? = null, val modelPackageGroupArn: String? = null, val modelPackageGroupPolicy: Any? = null, val modelPackageGroupStatus: ModelPackageGroupStatus? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
The time at which the model package group was created.
Link copied to clipboard
The Amazon Resource Name (ARN) 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.
Link copied to clipboard
The status of a modelpackage group job.