UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings

data class UserProfileUserSettingsCanvasAppSettingsModelRegisterSettings(val crossAccountModelRegisterRoleArn: String? = null, val status: String? = null)

Constructors

constructor(crossAccountModelRegisterRoleArn: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the SageMaker AI model registry account. Required only to register model versions created by a different SageMaker AI Canvas AWS account than the AWS account in which SageMaker AI model registry is set up.

Link copied to clipboard
val status: String? = null

Describes whether the integration to the model registry is enabled or disabled in the Canvas application. Valid values are ENABLED and DISABLED.