GetModelCardResult

data class GetModelCardResult(val content: ModelCardContent? = null, val createdBy: ModelCardUserContext? = null, val creationTime: String? = null, val lastModifiedBy: ModelCardUserContext? = null, val lastModifiedTime: String? = null, val modelCardArn: String? = null, val modelCardProcessingStatus: ModelCardProcessingStatus? = null, val modelCardStatus: ModelCardStatus? = null, val modelCardVersion: Int? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(content: ModelCardContent? = null, createdBy: ModelCardUserContext? = null, creationTime: String? = null, lastModifiedBy: ModelCardUserContext? = null, lastModifiedTime: String? = null, modelCardArn: String? = null, modelCardProcessingStatus: ModelCardProcessingStatus? = null, modelCardStatus: ModelCardStatus? = null, modelCardVersion: Int? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

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
val creationTime: String? = null

The date and time the model card was created.

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 date and time the model card was last modified.

Link copied to clipboard
val modelCardArn: String? = null

The Amazon Resource Name (ARN) of the successfully created model card.

Link copied to clipboard

The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.

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
val modelCardVersion: Int? = null

A version of the model card.

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

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