Skip to main content

IRekognitionDescribeProjectVersionsRequest

Interface in AWS.Rekognition

Interface for DescribeProjectVersions requests.

Ancestors

Properties

MaxResults

property MaxResults: TOptional<Integer>

Specify the maximum number of results to return.

Valid range: 1 - 100.

NextToken

property NextToken: string

Specify the NextToken from a previous response to fetch the next page of results.

ProjectArn

property ProjectArn: TARN

Specify the Amazon Resource Name (ARN) of the project that contains the model/adapter you want to describe.

VersionNames

property VersionNames: TList<string>

Optionally, specify a list of project version names that you want to describe.

Methods

AddVersionName

function AddVersionName(const AVersionName: string): NativeInt;

Add a project version name to VersionNames

Parameters

NameDescription
AVersionNameSpecify a project version name to add to VersionNames.

Returns

Returns the index of the project version name added to VersionNames.