Values_2.ModelCardVersionSummarySourceA summary of a specific version 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 version 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.
*)modelCardVersion : Values_0.Integer.t option;A version of the model card.
*)creationTime : Values_0.Timestamp.t option;The date and time that the model card version was created.
*)lastModifiedTime : Values_0.Timestamp.t option;The time date and time that the model card version was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.EntityName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]