Skip to main content

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

NameDescription
AProjectArnSpecify 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

NameDescription
AProjectArnSpecify the Amazon Resource Name (ARN) of the project that contains the model/adapter you want to describe.
AMaxResultsSpecify the maximum number of results to return. Valid range: 1 - 100.
ANextTokenSpecify the NextToken from a previous response to fetch the next page of results.