amazonka-comprehendmedical-2.0: Amazon Comprehend Medical SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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

AWSRequest 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 #

Read DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

NFData DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Eq DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Hashable DescribeRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

type AWSResponse 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" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "DescribeRxNormInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Associated Types

type Rep DescribeRxNormInferenceJobResponse :: Type -> Type #

Read DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Show DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

NFData DescribeRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.DescribeRxNormInferenceJob

Eq 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" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" '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