Skip to content

ListAdapterVersions

Source: src/AWS/Textract/ListAdapterVersions.ts

Runtime binding for textract:ListAdapterVersions — list the versions of the bound adapter and their training status.

// init
const listAdapterVersions = yield* AWS.Textract.ListAdapterVersions(adapter);
// runtime
const result = yield* listAdapterVersions();
const versions = result.AdapterVersions;