| 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.DescribeSNOMEDCTInferenceJob
Description
Gets the properties associated with an InferSNOMEDCT job. Use this operation to get the status of an inference job.
Synopsis
- data DescribeSNOMEDCTInferenceJob = DescribeSNOMEDCTInferenceJob' {}
- newDescribeSNOMEDCTInferenceJob :: Text -> DescribeSNOMEDCTInferenceJob
- describeSNOMEDCTInferenceJob_jobId :: Lens' DescribeSNOMEDCTInferenceJob Text
- data DescribeSNOMEDCTInferenceJobResponse = DescribeSNOMEDCTInferenceJobResponse' {}
- newDescribeSNOMEDCTInferenceJobResponse :: Int -> DescribeSNOMEDCTInferenceJobResponse
- describeSNOMEDCTInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeSNOMEDCTInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties)
- describeSNOMEDCTInferenceJobResponse_httpStatus :: Lens' DescribeSNOMEDCTInferenceJobResponse Int
Creating a Request
data DescribeSNOMEDCTInferenceJob Source #
See: newDescribeSNOMEDCTInferenceJob smart constructor.
Constructors
| DescribeSNOMEDCTInferenceJob' | |
Instances
newDescribeSNOMEDCTInferenceJob Source #
Arguments
| :: Text | |
| -> DescribeSNOMEDCTInferenceJob |
Create a value of DescribeSNOMEDCTInferenceJob 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:
DescribeSNOMEDCTInferenceJob, describeSNOMEDCTInferenceJob_jobId - The identifier that Amazon Comprehend Medical generated for the job. The
StartSNOMEDCTInferenceJob operation returns this identifier in its
response.
Request Lenses
describeSNOMEDCTInferenceJob_jobId :: Lens' DescribeSNOMEDCTInferenceJob Text Source #
The identifier that Amazon Comprehend Medical generated for the job. The StartSNOMEDCTInferenceJob operation returns this identifier in its response.
Destructuring the Response
data DescribeSNOMEDCTInferenceJobResponse Source #
See: newDescribeSNOMEDCTInferenceJobResponse smart constructor.
Constructors
| DescribeSNOMEDCTInferenceJobResponse' | |
Fields
| |
Instances
newDescribeSNOMEDCTInferenceJobResponse Source #
Arguments
| :: Int | |
| -> DescribeSNOMEDCTInferenceJobResponse |
Create a value of DescribeSNOMEDCTInferenceJobResponse 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:DescribeSNOMEDCTInferenceJobResponse', describeSNOMEDCTInferenceJobResponse_comprehendMedicalAsyncJobProperties - Undocumented member.
$sel:httpStatus:DescribeSNOMEDCTInferenceJobResponse', describeSNOMEDCTInferenceJobResponse_httpStatus - The response's http status code.
Response Lenses
describeSNOMEDCTInferenceJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeSNOMEDCTInferenceJobResponse (Maybe ComprehendMedicalAsyncJobProperties) Source #
Undocumented member.
describeSNOMEDCTInferenceJobResponse_httpStatus :: Lens' DescribeSNOMEDCTInferenceJobResponse Int Source #
The response's http status code.