Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeProjectVersionsResponse

import type { DescribeProjectVersionsResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DescribeProjectVersionsResponse {
NextToken?: string | null;
ProjectVersionDescriptions?: ProjectVersionDescription[] | null;
}

§Properties

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

§
ProjectVersionDescriptions?: ProjectVersionDescription[] | null
[src]

A list of model descriptions. The list is sorted by the creation date and time of the model versions, latest to earliest.