TRekognitionDescribeProjectVersionsRequest
Class in AWS.Rekognition
DescribeProjectVersions request class.
Ancestors
Properties
MaxResults
property MaxResults: TOptional<Integer>
NextToken
property NextToken: string
ProjectArn
property ProjectArn: TARN
VersionNames
property VersionNames: TList<string>
Constructors
Create
constructor Create(const AProjectArn: TARN); overload;
Constructor for TRekognitionDescribeProjectVersionsRequest.
Parameters
| Name | Description |
|---|---|
AProjectArn | Specify the Amazon Resource Name (ARN) of the project that contains the model/adapter you want to describe. |
constructor Create(const AProjectArn: TARN; const AMaxResults: Integer; const ANextToken: string = ''); overload;
Constructor for TRekognitionDescribeProjectVersionsRequest.
Parameters
| Name | Description |
|---|---|
AProjectArn | Specify the Amazon Resource Name (ARN) of the project that contains the model/adapter you want to describe. |
AMaxResults | Specify the maximum number of results to return. Valid range: 1 - 100. |
ANextToken | Specify the NextToken from a previous response to fetch the next page of results. |