Values_2.ModelPackageSummarySourceProvides summary information about a model package.
type nonrec t = {modelPackageName : Values_0.EntityName.t option;The name of the model package.
*)modelPackageGroupName : Values_0.EntityName.t option;If the model package is a versioned model, the model group that the versioned model belongs to.
*)modelPackageVersion : Values_0.ModelPackageVersion.t option;If the model package is a versioned model, the version of the model.
*)modelPackageArn : Values_0.ModelPackageArn.t option;The Amazon Resource Name (ARN) of the model package.
*)modelPackageDescription : Values_0.EntityDescription.t option;A brief description of the model package.
*)creationTime : Values_0.CreationTime.t option;A timestamp that shows when the model package was created.
*)modelPackageStatus : Values_0.ModelPackageStatus.t option;The overall status of the model package.
*)modelApprovalStatus : Values_0.ModelApprovalStatus.t option;The approval status of the model. This can be one of the following values. APPROVED - The model is approved REJECTED - The model is rejected. PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
*)modelLifeCycle : Values_1.ModelLifeCycle.t option;modelPackageRegistrationType : Values_0.ModelPackageRegistrationType.t option;The package registration type of the model package summary.
*)}val make :
?modelPackageName:??? ->
?modelPackageGroupName:??? ->
?modelPackageVersion:??? ->
?modelPackageArn:??? ->
?modelPackageDescription:??? ->
?creationTime:??? ->
?modelPackageStatus:??? ->
?modelApprovalStatus:??? ->
?modelLifeCycle:??? ->
?modelPackageRegistrationType:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.ModelPackageVersion.t
| `String of Values_0.EntityName.t
| `Structure of (string * [> `String of Values_0.EntityName.t ]) list
| `Timestamp of Values_0.CreationTime.t ])
list ]