Model Card User Context Args
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
fun ModelCardUserContextArgs(domainId: Output<String>? = null, userProfileArn: Output<String>? = null, userProfileName: Output<String>? = null)