Description Usage Arguments Value Request syntax
View source: R/comprehendmedical_operations.R
Gets the properties associated with a medical entities detection job. Use this operation to get the status of a detection job.
1 |
JobId |
[required] The identifier that Amazon Comprehend Medical generated for the job. The
|
A list with the following syntax:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | list(
ComprehendMedicalAsyncJobProperties = list(
JobId = "string",
JobName = "string",
JobStatus = "SUBMITTED"|"IN_PROGRESS"|"COMPLETED"|"PARTIAL_SUCCESS"|"FAILED"|"STOP_REQUESTED"|"STOPPED",
Message = "string",
SubmitTime = as.POSIXct(
"2015-01-01"
),
EndTime = as.POSIXct(
"2015-01-01"
),
ExpirationTime = as.POSIXct(
"2015-01-01"
),
InputDataConfig = list(
S3Bucket = "string",
S3Key = "string"
),
OutputDataConfig = list(
S3Bucket = "string",
S3Key = "string"
),
LanguageCode = "en",
DataAccessRoleArn = "string",
ManifestFilePath = "string",
KMSKey = "string",
ModelVersion = "string"
)
)
|
1 2 3 | svc$describe_entities_detection_v2_job(
JobId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.