Values_2.ModelPackageGroupSummarySourceSummary information about a model group.
type nonrec t = {modelPackageGroupName : Values_0.EntityName.t option;The name of the model group.
*)modelPackageGroupArn : Values_1.ModelPackageGroupArn.t option;The Amazon Resource Name (ARN) of the model group.
*)modelPackageGroupDescription : Values_0.EntityDescription.t option;A description of the model group.
*)creationTime : Values_0.CreationTime.t option;The time that the model group was created.
*)modelPackageGroupStatus : Values_1.ModelPackageGroupStatus.t option;The status of the model group.
*)managedConfiguration : Values_1.ManagedConfiguration.t option;The managed configuration of the model package group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.EntityName.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Values_0.CreationTime.t ])
list ]