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 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.
Instances
newDescribeICD10CMInferenceJob Source #
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:
$sel:jobId: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.
DescribeICD10CMInferenceJobResponse' | |
|
Instances
newDescribeICD10CMInferenceJobResponse Source #
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.