StopEntitiesDetectionV2Job
Source:
src/AWS/ComprehendMedical/StopEntitiesDetectionV2Job.ts
Runtime binding for comprehendmedical:StopEntitiesDetectionV2Job — stop an in-progress asynchronous medical entity detection job.
Comprehend Medical has no resource-level IAM, so the binding takes no
arguments and grants comprehendmedical:StopEntitiesDetectionV2Job on *. Provide the
implementation with Effect.provide(AWS.ComprehendMedical.StopEntitiesDetectionV2JobHttp).
Batch Entity Detection Jobs
Section titled “Batch Entity Detection Jobs”// initconst stopEntitiesDetectionV2Job = yield* AWS.ComprehendMedical.StopEntitiesDetectionV2Job();
// runtimeyield* stopEntitiesDetectionV2Job({ JobId: jobId });