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 |
Amazonka.ComprehendMedical.StopICD10CMInferenceJob
Description
Stops an InferICD10CM inference job in progress.
Synopsis
- data StopICD10CMInferenceJob = StopICD10CMInferenceJob' {}
- newStopICD10CMInferenceJob :: Text -> StopICD10CMInferenceJob
- stopICD10CMInferenceJob_jobId :: Lens' StopICD10CMInferenceJob Text
- data StopICD10CMInferenceJobResponse = StopICD10CMInferenceJobResponse' {
- jobId :: Maybe Text
- httpStatus :: Int
- newStopICD10CMInferenceJobResponse :: Int -> StopICD10CMInferenceJobResponse
- stopICD10CMInferenceJobResponse_jobId :: Lens' StopICD10CMInferenceJobResponse (Maybe Text)
- stopICD10CMInferenceJobResponse_httpStatus :: Lens' StopICD10CMInferenceJobResponse Int
Creating a Request
data StopICD10CMInferenceJob Source #
See: newStopICD10CMInferenceJob
smart constructor.
Constructors
StopICD10CMInferenceJob' | |
Instances
newStopICD10CMInferenceJob Source #
Create a value of StopICD10CMInferenceJob
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:StopICD10CMInferenceJob'
, stopICD10CMInferenceJob_jobId
- The identifier of the job.
Request Lenses
stopICD10CMInferenceJob_jobId :: Lens' StopICD10CMInferenceJob Text Source #
The identifier of the job.
Destructuring the Response
data StopICD10CMInferenceJobResponse Source #
See: newStopICD10CMInferenceJobResponse
smart constructor.
Constructors
StopICD10CMInferenceJobResponse' | |
Fields
|
Instances
newStopICD10CMInferenceJobResponse Source #
Create a value of StopICD10CMInferenceJobResponse
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:StopICD10CMInferenceJob'
, stopICD10CMInferenceJobResponse_jobId
- The identifier generated for the job. To get the status of job, use this
identifier with the DescribeICD10CMInferenceJob
operation.
$sel:httpStatus:StopICD10CMInferenceJobResponse'
, stopICD10CMInferenceJobResponse_httpStatus
- The response's http status code.
Response Lenses
stopICD10CMInferenceJobResponse_jobId :: Lens' StopICD10CMInferenceJobResponse (Maybe Text) Source #
The identifier generated for the job. To get the status of job, use this
identifier with the DescribeICD10CMInferenceJob
operation.
stopICD10CMInferenceJobResponse_httpStatus :: Lens' StopICD10CMInferenceJobResponse Int Source #
The response's http status code.