libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Description

Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.

Synopsis

Creating a Request

data DescribeRxNormInferenceJob Source #

See: newDescribeRxNormInferenceJob smart constructor.

Constructors

DescribeRxNormInferenceJob' 

Fields

  • jobId :: Text

    The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

Instances

Instances details
Eq DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Read DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Generic DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Associated Types

type Rep DescribeRxNormInferenceJob :: Type -> Type #

NFData DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Hashable DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToJSON DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

AWSRequest DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToHeaders DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToPath DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

ToQuery DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJob = D1 ('MetaData "DescribeRxNormInferenceJob" "Amazonka.ComprehendMedical.DescribeRxNormInferenceJob" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "DescribeRxNormInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

newDescribeRxNormInferenceJob Source #

Create a value of DescribeRxNormInferenceJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobId:DescribeRxNormInferenceJob', describeRxNormInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

Request Lenses

describeRxNormInferenceJob_jobId :: Lens' DescribeRxNormInferenceJob Text Source #

The identifier that Amazon Comprehend Medical generated for the job. The StartRxNormInferenceJob operation returns this identifier in its response.

Destructuring the Response

data DescribeRxNormInferenceJobResponse Source #

Constructors

DescribeRxNormInferenceJobResponse' 

Fields

Instances

Instances details
Eq DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Read DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Generic DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Associated Types

type Rep DescribeRxNormInferenceJobResponse :: Type -> Type #

NFData DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type Rep DescribeRxNormInferenceJobResponse = D1 ('MetaData "DescribeRxNormInferenceJobResponse" "Amazonka.ComprehendMedical.DescribeRxNormInferenceJob" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "DescribeRxNormInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comprehendMedicalAsyncJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComprehendMedicalAsyncJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeRxNormInferenceJobResponse Source #

Create a value of DescribeRxNormInferenceJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comprehendMedicalAsyncJobProperties:DescribeRxNormInferenceJobResponse', describeRxNormInferenceJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.

$sel:httpStatus:DescribeRxNormInferenceJobResponse', describeRxNormInferenceJobResponse_httpStatus - The response's http status code.

Response Lenses