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