Values_1.CreateModelPackageGroupInputSourceCreates a model group. A model group contains a group of model versions.
type nonrec t = {modelPackageGroupName : Values_0.EntityName.t;The name of the model group.
*)modelPackageGroupDescription : Values_0.EntityDescription.t option;A description for the model group.
*)managedConfiguration : ManagedConfiguration.t option;The managed configuration of the model package group.
*)}val make :
?modelPackageGroupDescription:??? ->
?tags:??? ->
?managedConfiguration:??? ->
modelPackageGroupName:Values_0.EntityName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.EntityName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]