| 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.SageMaker.StopLabelingJob
Description
Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.
Creating a Request
data StopLabelingJob Source #
See: newStopLabelingJob smart constructor.
Constructors
| StopLabelingJob' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StopLabelingJob |
Create a value of StopLabelingJob 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:
StopLabelingJob, stopLabelingJob_labelingJobName - The name of the labeling job to stop.
Request Lenses
stopLabelingJob_labelingJobName :: Lens' StopLabelingJob Text Source #
The name of the labeling job to stop.
Destructuring the Response
data StopLabelingJobResponse Source #
See: newStopLabelingJobResponse smart constructor.
Constructors
| StopLabelingJobResponse' | |
Instances
newStopLabelingJobResponse :: StopLabelingJobResponse Source #
Create a value of StopLabelingJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.