Values.DescribeProjectVersionsResponseSourceLists and describes the versions of an Amazon Rekognition project. You can specify up to 10 model or adapter versions in ProjectVersionArns. If you don't specify a value, descriptions for all model/adapter versions in the project are returned. This operation requires permissions to perform the rekognition:DescribeProjectVersions action.
type nonrec t = {projectVersionDescriptions : ProjectVersionDescriptions.t option;A list of project version descriptions. The list is sorted by the creation date and time of the project versions, latest to earliest.
*)nextToken : ExtendedPaginationToken.t option;If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerError of InternalServerError.t| `InvalidPaginationTokenException of InvalidPaginationTokenException.t| `InvalidParameterException of InvalidParameterException.t| `ProvisionedThroughputExceededException of
ProvisionedThroughputExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidPaginationTokenException of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InternalServerError of unit
| `InvalidPaginationTokenException of unit
| `InvalidParameterException of unit
| `ProvisionedThroughputExceededException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of InferenceUnits.t
| `Long of ULong.t
| `String of ProjectVersionArn.t
| `Structure of
(string
* [> `Float of Float_.t
| `String of S3Bucket.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Float of Percent.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `String of
S3Bucket.t ])
list ])
list ])
list ]
list
| `String of S3Bucket.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]
list
| `String of ExtendedPaginationToken.t ])
list ]