AWSComprehendStopDominantLanguageDetectionJobResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSComprehendModel.h AWSComprehendModel.m |
jobId
The identifier of the dominant language detection job to stop.
@property (nonatomic, strong) NSString *jobId
Declared In
AWSComprehendModel.h
jobStatus
Either STOP_REQUESTED
if the job is currently running, or STOPPED
if the job was previously stopped with the StopDominantLanguageDetectionJob
operation.
@property (nonatomic, assign) AWSComprehendJobStatus jobStatus
Declared In
AWSComprehendModel.h