Values_2.ModelPackageGroupSourceA group of versioned models in the Model Registry.
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;The description for the model group.
*)creationTime : Values_0.CreationTime.t option;The time that the model group was created.
*)createdBy : Values_0.UserContext.t option;modelPackageGroupStatus : Values_1.ModelPackageGroupStatus.t option;The status of the model group. This can be one of the following values. PENDING - The model group is pending being created. IN_PROGRESS - The model group is in the process of being created. COMPLETED - The model group was successfully created. FAILED - The model group failed. DELETING - The model group is in the process of being deleted. DELETE_FAILED - SageMaker failed to delete the model group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.EntityName.t
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.CreationTime.t ])
list ]