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 a medical entities detection job. Use this operation to get the status of a detection job.
Synopsis
- data DescribeEntitiesDetectionV2Job = DescribeEntitiesDetectionV2Job' {}
- newDescribeEntitiesDetectionV2Job :: Text -> DescribeEntitiesDetectionV2Job
- describeEntitiesDetectionV2Job_jobId :: Lens' DescribeEntitiesDetectionV2Job Text
- data DescribeEntitiesDetectionV2JobResponse = DescribeEntitiesDetectionV2JobResponse' {}
- newDescribeEntitiesDetectionV2JobResponse :: Int -> DescribeEntitiesDetectionV2JobResponse
- describeEntitiesDetectionV2JobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeEntitiesDetectionV2JobResponse (Maybe ComprehendMedicalAsyncJobProperties)
- describeEntitiesDetectionV2JobResponse_httpStatus :: Lens' DescribeEntitiesDetectionV2JobResponse Int
Creating a Request
data DescribeEntitiesDetectionV2Job Source #
See: newDescribeEntitiesDetectionV2Job
smart constructor.
Instances
newDescribeEntitiesDetectionV2Job Source #
Create a value of DescribeEntitiesDetectionV2Job
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:DescribeEntitiesDetectionV2Job'
, describeEntitiesDetectionV2Job_jobId
- The identifier that Amazon Comprehend Medical generated for the job. The
StartEntitiesDetectionV2Job
operation returns this identifier in its
response.
Request Lenses
describeEntitiesDetectionV2Job_jobId :: Lens' DescribeEntitiesDetectionV2Job Text Source #
The identifier that Amazon Comprehend Medical generated for the job. The
StartEntitiesDetectionV2Job
operation returns this identifier in its
response.
Destructuring the Response
data DescribeEntitiesDetectionV2JobResponse Source #
See: newDescribeEntitiesDetectionV2JobResponse
smart constructor.
DescribeEntitiesDetectionV2JobResponse' | |
|
Instances
newDescribeEntitiesDetectionV2JobResponse Source #
Create a value of DescribeEntitiesDetectionV2JobResponse
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:DescribeEntitiesDetectionV2JobResponse'
, describeEntitiesDetectionV2JobResponse_comprehendMedicalAsyncJobProperties
- An object that contains the properties associated with a detection job.
$sel:httpStatus:DescribeEntitiesDetectionV2JobResponse'
, describeEntitiesDetectionV2JobResponse_httpStatus
- The response's http status code.
Response Lenses
describeEntitiesDetectionV2JobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribeEntitiesDetectionV2JobResponse (Maybe ComprehendMedicalAsyncJobProperties) Source #
An object that contains the properties associated with a detection job.
describeEntitiesDetectionV2JobResponse_httpStatus :: Lens' DescribeEntitiesDetectionV2JobResponse Int Source #
The response's http status code.