ModelCardUserContextArgs

data class ModelCardUserContextArgs(val domainId: Output<String>? = null, val userProfileArn: Output<String>? = null, val userProfileName: Output<String>? = null) : ConvertibleToJava<ModelCardUserContextArgs>

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: Output<String>? = null, userProfileArn: Output<String>? = null, userProfileName: Output<String>? = null)

Properties

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

The domain associated with the user.

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

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

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

The name of the user's profile.

Functions

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