GetModelPackageGroupResult

data class GetModelPackageGroupResult(val creationTime: String? = null, val modelPackageGroupArn: String? = null, val modelPackageGroupPolicy: Any? = null, val modelPackageGroupStatus: ModelPackageGroupStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, modelPackageGroupArn: String? = null, modelPackageGroupPolicy: Any? = null, modelPackageGroupStatus: ModelPackageGroupStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

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.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.