Module Values_1.DescribeModelCardRequestSource

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

Sourcetype nonrec t = {
  1. modelCardName : ModelCardNameOrArn.t;
    (*

    The name or Amazon Resource Name (ARN) of the model card to describe.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?modelCardVersion:??? -> modelCardName:ModelCardNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of ModelCardNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t