ListTargetedSentimentDetectionJobs
Source:
src/AWS/Comprehend/ListTargetedSentimentDetectionJobs.ts
Runtime binding for comprehend:ListTargetedSentimentDetectionJobs — list the account’s
asynchronous targeted-sentiment detection jobs, with optional status/name/time filters.
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 listTargetedSentimentDetectionJobs = yield* AWS.Comprehend.ListTargetedSentimentDetectionJobs();
// runtimeconst page = yield* listTargetedSentimentDetectionJobs({ Filter: { JobStatus: "IN_PROGRESS" }, MaxResults: 25,});// page.TargetedSentimentDetectionJobPropertiesList