The input for StopEntitiesDetectionJobCommand.

interface StopEntitiesDetectionJobCommandInput {
    JobId: undefined | string;
}

Hierarchy (view full)

Properties

Properties

JobId: undefined | string

The identifier of the entities detection job to stop.