You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Module: Aws::ComprehendMedical

Defined in:
(unknown)

Overview

This module provides a client for making API requests to AWS Comprehend Medical.

Aws::ComprehendMedical::Client

The Client class provides one-to-one mapping for each API operation.

comprehendmedical = Aws::ComprehendMedical::Client.new(region: 'us-east-1')
comprehendmedical.operation_names
#=> [:describe_entities_detection_v2_job, :describe_icd10cm_inference_job, :describe_phi_detection_job, :describe_rx_norm_inference_job, ...]

Each API operation method accepts a hash of request parameters and returns a response object.

resp = comprehendmedical.describe_entities_detection_v2_job(params)

See Client for more information.

Aws::ComprehendMedical::Errors

Errors returned from AWS Comprehend Medical are defined in the Errors module and extend Errors::ServiceError.

begin
  # do stuff
rescue Aws::ComprehendMedical::Errors::ServiceError
  # rescues all errors returned by AWS Comprehend Medical
end

See Errors for more information.

Defined Under Namespace

Modules: Errors, Types Classes: Client