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 model compilation job.
To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.
When it receives a StopCompilationJob
request, Amazon SageMaker
changes the CompilationJobSummary$CompilationJobStatus of the job to
Stopping
. After Amazon SageMaker stops the job, it sets the
CompilationJobSummary$CompilationJobStatus to Stopped
.
Synopsis
Creating a Request
data StopCompilationJob Source #
See: newStopCompilationJob
smart constructor.
StopCompilationJob' | |
|
Instances
newStopCompilationJob Source #
Create a value of StopCompilationJob
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:compilationJobName:StopCompilationJob'
, stopCompilationJob_compilationJobName
- The name of the model compilation job to stop.
Request Lenses
stopCompilationJob_compilationJobName :: Lens' StopCompilationJob Text Source #
The name of the model compilation job to stop.
Destructuring the Response
data StopCompilationJobResponse Source #
See: newStopCompilationJobResponse
smart constructor.
Instances
newStopCompilationJobResponse :: StopCompilationJobResponse Source #
Create a value of StopCompilationJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.