ModelCardUserContext

data class ModelCardUserContext(val domainId: String? = null, val userProfileArn: String? = null, val userProfileName: String? = null)

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Constructors

Link copied to clipboard
constructor(domainId: String? = null, userProfileArn: String? = null, userProfileName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainId: String? = null

The domain associated with the user.

Link copied to clipboard
val userProfileArn: String? = null

The Amazon Resource Name (ARN) of the user's profile.

Link copied to clipboard
val userProfileName: String? = null

The name of the user's profile.