Skip to content

DescribeTopicsDetectionJob

Source: src/AWS/Comprehend/DescribeTopicsDetectionJob.ts

Runtime binding for comprehend:DescribeTopicsDetectionJob — get the properties (status, input/output config, timings) of an asynchronous topic modeling job started with StartTopicsDetectionJob.

The binding takes no arguments and grants the action on * (job APIs have no resource-level IAM).

// init
const describeTopicsDetectionJob = yield* AWS.Comprehend.DescribeTopicsDetectionJob();
// runtime
const job = yield* describeTopicsDetectionJob({ JobId: jobId });
// job.TopicsDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …