Values_0.BatchDescribeModelPackageInputSourceThis action batch describes a list of versioned model packages
type nonrec t = {modelPackageArnList : ModelPackageArnList.t;The list of Amazon Resource Name (ARN) of the model package groups.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ModelPackageArn.t ] list ]) list ]