Model Card Args
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
The content of the model card. Content uses the model card JSON schema .
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
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
Link copied to clipboard
The unique name of the model card.
Link copied to clipboard
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.