Gets the properties associated with a document classification job
Gets the properties associated with a document classification job. Use this operation to get the status of a classification job.
comprehend_describe_document_classification_job(JobId)
JobId |
[required] The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response. |
A list with the following syntax:
list( DocumentClassificationJobProperties = list( JobId = "string", JobName = "string", JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"STOP_REQUESTED"|"STOPPED", Message = "string", SubmitTime = as.POSIXct( "2015-01-01" ), EndTime = as.POSIXct( "2015-01-01" ), DocumentClassifierArn = "string", InputDataConfig = list( S3Uri = "string", InputFormat = "ONE_DOC_PER_FILE"|"ONE_DOC_PER_LINE" ), OutputDataConfig = list( S3Uri = "string", KmsKeyId = "string" ), DataAccessRoleArn = "string", VolumeKmsKeyId = "string", VpcConfig = list( SecurityGroupIds = list( "string" ), Subnets = list( "string" ) ) ) )
svc$describe_document_classification_job( JobId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.