| 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.StopAutoMLJob
Description
A method for forcing the termination of a running job.
Creating a Request
data StopAutoMLJob Source #
See: newStopAutoMLJob smart constructor.
Constructors
| StopAutoMLJob' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> StopAutoMLJob | 
Create a value of StopAutoMLJob 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:
StopAutoMLJob, stopAutoMLJob_autoMLJobName - The name of the object you are requesting.
Request Lenses
stopAutoMLJob_autoMLJobName :: Lens' StopAutoMLJob Text Source #
The name of the object you are requesting.
Destructuring the Response
data StopAutoMLJobResponse Source #
See: newStopAutoMLJobResponse smart constructor.
Constructors
| StopAutoMLJobResponse' | |
Instances
newStopAutoMLJobResponse :: StopAutoMLJobResponse Source #
Create a value of StopAutoMLJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.