Values_1.CreateModelPackageGroupOutputSourceCreates a model group. A model group contains a group of model versions.
type nonrec t = {modelPackageGroupArn : ModelPackageGroupArn.t option;The Amazon Resource Name (ARN) of the model group.
*)}type nonrec error = [ | `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]