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).
Custom Labels
Section titled “Custom Labels”// initconst describeProjectVersions = yield* AWS.Rekognition.DescribeProjectVersions();
// runtimeconst page = yield* describeProjectVersions({ ProjectArn: projectArn });// page.ProjectVersionDescriptions