| 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.StopCompilationJob
Description
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.
Constructors
| StopCompilationJob' | |
Fields
| |
Instances
newStopCompilationJob Source #
Arguments
| :: Text | |
| -> StopCompilationJob |
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:
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.
Constructors
| StopCompilationJobResponse' | |
Instances
newStopCompilationJobResponse :: StopCompilationJobResponse Source #
Create a value of StopCompilationJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.