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 |
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.
StopLabelingJob' | |
|
Instances
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:
$sel:labelingJobName: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.
Instances
Eq StopLabelingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopLabelingJob | |
Read StopLabelingJobResponse Source # | |
Show StopLabelingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopLabelingJob showsPrec :: Int -> StopLabelingJobResponse -> ShowS # show :: StopLabelingJobResponse -> String # showList :: [StopLabelingJobResponse] -> ShowS # | |
Generic StopLabelingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopLabelingJob type Rep StopLabelingJobResponse :: Type -> Type # | |
NFData StopLabelingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopLabelingJob rnf :: StopLabelingJobResponse -> () # | |
type Rep StopLabelingJobResponse Source # | |
Defined in Amazonka.SageMaker.StopLabelingJob |
newStopLabelingJobResponse :: StopLabelingJobResponse Source #
Create a value of StopLabelingJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.