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 |
A method for forcing the termination of a running job.
Creating a Request
data StopAutoMLJob Source #
See: newStopAutoMLJob
smart constructor.
StopAutoMLJob' | |
|
Instances
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:
$sel:autoMLJobName: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.
Instances
Eq StopAutoMLJobResponse Source # | |
Defined in Amazonka.SageMaker.StopAutoMLJob (==) :: StopAutoMLJobResponse -> StopAutoMLJobResponse -> Bool # (/=) :: StopAutoMLJobResponse -> StopAutoMLJobResponse -> Bool # | |
Read StopAutoMLJobResponse Source # | |
Show StopAutoMLJobResponse Source # | |
Defined in Amazonka.SageMaker.StopAutoMLJob showsPrec :: Int -> StopAutoMLJobResponse -> ShowS # show :: StopAutoMLJobResponse -> String # showList :: [StopAutoMLJobResponse] -> ShowS # | |
Generic StopAutoMLJobResponse Source # | |
Defined in Amazonka.SageMaker.StopAutoMLJob type Rep StopAutoMLJobResponse :: Type -> Type # | |
NFData StopAutoMLJobResponse Source # | |
Defined in Amazonka.SageMaker.StopAutoMLJob rnf :: StopAutoMLJobResponse -> () # | |
type Rep StopAutoMLJobResponse Source # | |
newStopAutoMLJobResponse :: StopAutoMLJobResponse Source #
Create a value of StopAutoMLJobResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.