ModelCardArgs

data class ModelCardArgs(val content: Output<ModelCardContentArgs>? = null, val createdBy: Output<ModelCardUserContextArgs>? = null, val lastModifiedBy: Output<ModelCardUserContextArgs>? = null, val modelCardName: Output<String>? = null, val modelCardStatus: Output<ModelCardStatus>? = null, val securityConfig: Output<ModelCardSecurityConfigArgs>? = null, val tags: Output<List<ModelCardTagArgs>>? = null) : ConvertibleToJava<ModelCardArgs>

Resource Type definition for AWS::SageMaker::ModelCard.

Constructors

Link copied to clipboard
fun ModelCardArgs(content: Output<ModelCardContentArgs>? = null, createdBy: Output<ModelCardUserContextArgs>? = null, lastModifiedBy: Output<ModelCardUserContextArgs>? = null, modelCardName: Output<String>? = null, modelCardStatus: Output<ModelCardStatus>? = null, securityConfig: Output<ModelCardSecurityConfigArgs>? = null, tags: Output<List<ModelCardTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val content: Output<ModelCardContentArgs>? = null
Link copied to clipboard
val createdBy: Output<ModelCardUserContextArgs>? = null

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

Link copied to clipboard

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

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

The unique name of the model card.

Link copied to clipboard
val modelCardStatus: Output<ModelCardStatus>? = null

The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.

Link copied to clipboard
Link copied to clipboard
val tags: Output<List<ModelCardTagArgs>>? = null

Key-value pairs used to manage metadata for model cards.