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.StopTransformJob
Description
Stops a 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 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:
$sel:transformJobName:StopTransformJob'
, stopTransformJob_transformJobName
- The name of the transform job to stop.
Request Lenses
stopTransformJob_transformJobName :: Lens' StopTransformJob Text Source #
The name of the 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.