Values_1.DescribeModelCardRequestSourceDescribes the content, creation time, and security configuration of an Amazon SageMaker Model Card.
type nonrec t = {modelCardName : ModelCardNameOrArn.t;The name or Amazon Resource Name (ARN) of the model card to describe.
*)modelCardVersion : Values_0.Integer.t option;The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t | `String of ModelCardNameOrArn.t ])
list ]