describeProjectVersions
inline suspend fun RekognitionClient.describeProjectVersions(crossinline block: DescribeProjectVersionsRequest.Builder.() -> Unit): DescribeProjectVersionsResponse
Lists 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.