Gets the properties associated with an InferICD10CM job
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
comprehendmedical_describe_icd10cm_inference_job(JobId)
JobId |
[required] The identifier that Amazon Comprehend Medical generated for the job.
|
A list with the following syntax:
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"
)
)svc$describe_icd10cm_inference_job( JobId = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.