Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Gets the properties associated with an InferRxNorm job. Use this operation to get the status of an inference job.
Synopsis
- data DescribeRxNormInferenceJob = DescribeRxNormInferenceJob' {}
- newDescribeRxNormInferenceJob :: Text -> DescribeRxNormInferenceJob
- describeRxNormInferenceJob_jobId :: Lens' DescribeRxNormInferenceJob Text
- data DescribeRxNormInferenceJobResponse = DescribeRxNormInferenceJobResponse' {}
- newDescribeRxNormInferenceJobResponse :: Int -> DescribeRxNormInferenceJobResponse
- describeRxNormInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeRxNormInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties)
- describeRxNormInferenceJobResponse_httpStatus :: Lens' DescribeRxNormInferenceJobResponse Int
Creating a Request
data DescribeRxNormInferenceJob Source #
See: newDescribeRxNormInferenceJob
smart constructor.
Instances
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 #
See: newDescribeRxNormInferenceJobResponse
smart constructor.
DescribeRxNormInferenceJobResponse' | |
|
Instances
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
describeRxNormInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeRxNormInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties) Source #
An object that contains the properties associated with a detection job.
describeRxNormInferenceJobResponse_httpStatus :: Lens' DescribeRxNormInferenceJobResponse Int Source #
The response's http status code.