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<TagArgs>>? = null) : ConvertibleToJava<ModelCardArgs>

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

Constructors

Link copied to clipboard
constructor(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<TagArgs>>? = null)

Properties

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

The content of the model card. Content uses the model card JSON schema .

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

The security configuration used to protect model card data.

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

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

Functions

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