start_rx_norm_inference_job
(**kwargs)¶Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology. Use the DescribeRxNormInferenceJob
operation to track the status of a job.
See also: AWS API Documentation
Request Syntax
response = client.start_rx_norm_inference_job(
InputDataConfig={
'S3Bucket': 'string',
'S3Key': 'string'
},
OutputDataConfig={
'S3Bucket': 'string',
'S3Key': 'string'
},
DataAccessRoleArn='string',
JobName='string',
ClientRequestToken='string',
KMSKey='string',
LanguageCode='en'
)
[REQUIRED]
Specifies the format and location of the input data for the job.
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
The path to the input data files in the S3 bucket.
[REQUIRED]
Specifies where to send the output files.
When you use the OutputDataConfig
object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output.
The path to the output data files in the S3 bucket. Comprehend Medical; creates an output directory using the job ID so that the output from one job does not overwrite the output of another.
[REQUIRED]
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data. For more information, see Role-Based Permissions Required for Asynchronous Operations.
A unique identifier for the request. If you don't set the client request token, Comprehend Medical; generates one.
This field is autopopulated if not provided.
[REQUIRED]
The language of the input documents. All documents must be in the same language.
dict
Response Syntax
{
'JobId': 'string'
}
Response Structure
(dict) --
JobId (string) --
The identifier of the job.
Exceptions
ComprehendMedical.Client.exceptions.InvalidRequestException
ComprehendMedical.Client.exceptions.TooManyRequestsException
ComprehendMedical.Client.exceptions.ResourceNotFoundException
ComprehendMedical.Client.exceptions.InternalServerException