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).
Monitoring Analysis Jobs
Section titled “Monitoring Analysis Jobs”// initconst describeTopicsDetectionJob = yield* AWS.Comprehend.DescribeTopicsDetectionJob();
// runtimeconst job = yield* describeTopicsDetectionJob({ JobId: jobId });// job.TopicsDetectionJobProperties?.JobStatus: "SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | …