Get Model Card Result
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<ModelCardTag>? = null)
Constructors
Link copied to clipboard
fun GetModelCardResult(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<ModelCardTag>? = null)