| 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.StopTransformJob
Description
Stops a batch transform job.
When Amazon SageMaker receives a StopTransformJob request, the status
of the job changes to Stopping. After Amazon SageMaker stops the job,
the status is set to Stopped. When you stop a batch transform job
before it is completed, Amazon SageMaker doesn't store the job's
output in Amazon S3.
Synopsis
Creating a Request
data StopTransformJob Source #
See: newStopTransformJob smart constructor.
Constructors
| StopTransformJob' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StopTransformJob |
Create a value of StopTransformJob 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:
StopTransformJob, stopTransformJob_transformJobName - The name of the batch transform job to stop.
Request Lenses
stopTransformJob_transformJobName :: Lens' StopTransformJob Text Source #
The name of the batch transform job to stop.
Destructuring the Response
data StopTransformJobResponse Source #
See: newStopTransformJobResponse smart constructor.
Constructors
| StopTransformJobResponse' | |
Instances
newStopTransformJobResponse :: StopTransformJobResponse Source #
Create a value of StopTransformJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.