| 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.DescribeEntitiesDetectionV2Job
Description
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.
Constructors
| DescribeEntitiesDetectionV2Job' | |
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:
DescribeEntitiesDetectionV2Job, describeEntitiesDetectionV2Job_jobId - The identifier that 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 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.
Constructors
| DescribeEntitiesDetectionV2JobResponse' | |
Fields
| |
Instances
newDescribeEntitiesDetectionV2JobResponse Source #
Arguments
| :: Int | |
| -> DescribeEntitiesDetectionV2JobResponse |
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.