Values_2.ModelCardSummarySourceA summary of the model card.
type nonrec t = {modelCardName : Values_0.EntityName.t option;The name of the model card.
*)modelCardArn : Values_1.ModelCardArn.t option;The Amazon Resource Name (ARN) of the model card.
*)modelCardStatus : Values_1.ModelCardStatus.t option;The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval. Draft: The model card is a work in progress. PendingReview: The model card is pending review. Approved: The model card is approved. Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
*)creationTime : Values_0.Timestamp.t option;The date and time that the model card was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The date and time that the model card was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.EntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]