Values.ProjectDescriptionSourceA description of an Amazon Rekognition Custom Labels project. For more information, see DescribeProjects.
type nonrec t = {projectArn : ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)creationTimestamp : DateTime.t option;The Unix timestamp for the date and time that the project was created.
*)status : ProjectStatus.t option;The current status of the project.
*)datasets : DatasetMetadataList.t option;Information about the training and test datasets in the project.
*)feature : CustomizationFeature.t option;Specifies the project that is being customized.
*)autoUpdate : ProjectAutoUpdate.t option;Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetArn.t
| `Timestamp of DateTime.t ])
list ]
list
| `String of ProjectArn.t
| `Timestamp of DateTime.t ])
list ]