Values_1.DescribeModelPackageGroupOutputSourceGets a description for the specified model group.
type nonrec t = {modelPackageGroupName : Values_0.EntityName.t option;The name of the model group.
*)modelPackageGroupArn : 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.
*)createdBy : Values_0.UserContext.t option;modelPackageGroupStatus : ModelPackageGroupStatus.t option;The status of the model group.
*)managedConfiguration : ManagedConfiguration.t option;The managed configuration of the model package group.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.EntityName.t
| `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.CreationTime.t ])
list ]