UserProfileUserSettingsCanvasAppSettingsModelRegisterSettingsArgs

data class UserProfileUserSettingsCanvasAppSettingsModelRegisterSettingsArgs(val crossAccountModelRegisterRoleArn: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<UserProfileUserSettingsCanvasAppSettingsModelRegisterSettingsArgs>

Constructors

constructor(crossAccountModelRegisterRoleArn: Output<String>? = null, status: Output<String>? = null)

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: Output<String>? = null

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

Functions

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