The output of StopDominantLanguageDetectionJobCommand.

interface StopDominantLanguageDetectionJobCommandOutput {
    $metadata: ResponseMetadata;
    JobId?: string;
    JobStatus?: JobStatus;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

JobId?: string

The identifier of the dominant language detection job to stop.

JobStatus?: JobStatus

Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was previously stopped with the StopDominantLanguageDetectionJob operation.