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.SageMaker.StopProcessingJob
Description
Stops a processing job.
Creating a Request
data StopProcessingJob Source #
See: newStopProcessingJob
smart constructor.
Constructors
StopProcessingJob' | |
Fields
|
Instances
Create a value of StopProcessingJob
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:processingJobName:StopProcessingJob'
, stopProcessingJob_processingJobName
- The name of the processing job to stop.
Request Lenses
stopProcessingJob_processingJobName :: Lens' StopProcessingJob Text Source #
The name of the processing job to stop.
Destructuring the Response
data StopProcessingJobResponse Source #
See: newStopProcessingJobResponse
smart constructor.
Constructors
StopProcessingJobResponse' | |
Instances
newStopProcessingJobResponse :: StopProcessingJobResponse Source #
Create a value of StopProcessingJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.