Gets the properties associated with a topic detection job
Gets the properties associated with a topic detection job. Use this operation to get the status of a detection job.
comprehend_describe_topics_detection_job(JobId)
JobId |
[required] The identifier assigned by the user to the detection job. |
A list with the following syntax:
list( TopicsDetectionJobProperties = 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" ), InputDataConfig = list( S3Uri = "string", InputFormat = "ONE_DOC_PER_FILE"|"ONE_DOC_PER_LINE" ), OutputDataConfig = list( S3Uri = "string", KmsKeyId = "string" ), NumberOfTopics = 123, DataAccessRoleArn = "string", VolumeKmsKeyId = "string", VpcConfig = list( SecurityGroupIds = list( "string" ), Subnets = list( "string" ) ) ) )
svc$describe_topics_detection_job( JobId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.