GetAdapterVersion
Source:
src/AWS/Textract/GetAdapterVersion.ts
Runtime binding for textract:GetAdapterVersion — read the training
status, dataset configuration, and evaluation metrics of a version of
the bound adapter.
Managing Adapters
Section titled “Managing Adapters”// initconst getAdapterVersion = yield* AWS.Textract.GetAdapterVersion(adapter);
// runtimeconst result = yield* getAdapterVersion({ AdapterVersion: "1" });if (result.Status === "ACTIVE") { // ready for AnalyzeDocument AdaptersConfig}