ModelPackageGroupArgs

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

Link copied to clipboard
constructor(modelPackageGroupDescription: Output<String>? = null, modelPackageGroupName: Output<String>? = null, modelPackageGroupPolicy: Output<Any>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

The description for the model group.

Link copied to clipboard
val modelPackageGroupName: Output<String>? = null

The name of the model group.

Link copied to clipboard
val modelPackageGroupPolicy: Output<Any>? = null

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
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): ModelPackageGroupArgs