Skip to content

DescribeProjectVersions

Source: src/AWS/Rekognition/DescribeProjectVersions.ts

Runtime binding for rekognition:DescribeProjectVersions — describe the model versions of a Rekognition project — training status, evaluation results, and hosting status.

The binding takes no arguments and grants the function rekognition:DescribeProjectVersions on * (Rekognition data-plane resources such as collections, users, and jobs are routinely created at runtime, so their identifiers are unknown at deploy time). Provide the implementation with Effect.provide(AWS.Rekognition.DescribeProjectVersionsHttp).

// init
const describeProjectVersions = yield* AWS.Rekognition.DescribeProjectVersions();
// runtime
const page = yield* describeProjectVersions({ ProjectArn: projectArn });
// page.ProjectVersionDescriptions