| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ComprehendMedical.DescribeICD10CMInferenceJob
Description
Gets the properties associated with an InferICD10CM job. Use this operation to get the status of an inference job.
Synopsis
- data DescribeICD10CMInferenceJob = DescribeICD10CMInferenceJob' {}
- newDescribeICD10CMInferenceJob :: Text -> DescribeICD10CMInferenceJob
- describeICD10CMInferenceJob_jobId :: Lens' DescribeICD10CMInferenceJob Text
- data DescribeICD10CMInferenceJobResponse = DescribeICD10CMInferenceJobResponse' {}
- newDescribeICD10CMInferenceJobResponse :: Int -> DescribeICD10CMInferenceJobResponse
- describeICD10CMInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeICD10CMInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties)
- describeICD10CMInferenceJobResponse_httpStatus :: Lens' DescribeICD10CMInferenceJobResponse Int
Creating a Request
data DescribeICD10CMInferenceJob Source #
See: newDescribeICD10CMInferenceJob smart constructor.
Constructors
| DescribeICD10CMInferenceJob' | |
Instances
newDescribeICD10CMInferenceJob Source #
Arguments
| :: Text | |
| -> DescribeICD10CMInferenceJob |
Create a value of DescribeICD10CMInferenceJob 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:
DescribeICD10CMInferenceJob, describeICD10CMInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job.
The StartICD10CMInferenceJob operation returns this identifier in its
response.
Request Lenses
describeICD10CMInferenceJob_jobId :: Lens' DescribeICD10CMInferenceJob Text Source #
The identifier that Amazon Comprehend Medical generated for the job.
The StartICD10CMInferenceJob operation returns this identifier in its
response.
Destructuring the Response
data DescribeICD10CMInferenceJobResponse Source #
See: newDescribeICD10CMInferenceJobResponse smart constructor.
Constructors
| DescribeICD10CMInferenceJobResponse' | |
Fields
| |
Instances
newDescribeICD10CMInferenceJobResponse Source #
Arguments
| :: Int | |
| -> DescribeICD10CMInferenceJobResponse |
Create a value of DescribeICD10CMInferenceJobResponse 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:DescribeICD10CMInferenceJobResponse', describeICD10CMInferenceJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.
$sel:httpStatus:DescribeICD10CMInferenceJobResponse', describeICD10CMInferenceJobResponse_httpStatus - The response's http status code.
Response Lenses
describeICD10CMInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeICD10CMInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties) Source #
An object that contains the properties associated with a detection job.
describeICD10CMInferenceJobResponse_httpStatus :: Lens' DescribeICD10CMInferenceJobResponse Int Source #
The response's http status code.