| 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.StopInferenceRecommendationsJob
Description
Stops an Inference Recommender job.
Synopsis
- data StopInferenceRecommendationsJob = StopInferenceRecommendationsJob' {}
 - newStopInferenceRecommendationsJob :: Text -> StopInferenceRecommendationsJob
 - stopInferenceRecommendationsJob_jobName :: Lens' StopInferenceRecommendationsJob Text
 - data StopInferenceRecommendationsJobResponse = StopInferenceRecommendationsJobResponse' {
 - newStopInferenceRecommendationsJobResponse :: StopInferenceRecommendationsJobResponse
 
Creating a Request
data StopInferenceRecommendationsJob Source #
See: newStopInferenceRecommendationsJob smart constructor.
Constructors
| StopInferenceRecommendationsJob' | |
Instances
newStopInferenceRecommendationsJob Source #
Create a value of StopInferenceRecommendationsJob 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:
StopInferenceRecommendationsJob, stopInferenceRecommendationsJob_jobName - The name of the job you want to stop.
Request Lenses
stopInferenceRecommendationsJob_jobName :: Lens' StopInferenceRecommendationsJob Text Source #
The name of the job you want to stop.
Destructuring the Response
data StopInferenceRecommendationsJobResponse Source #
See: newStopInferenceRecommendationsJobResponse smart constructor.
Constructors
| StopInferenceRecommendationsJobResponse' | |
Instances
| Generic StopInferenceRecommendationsJobResponse Source # | |
Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob Associated Types type Rep StopInferenceRecommendationsJobResponse :: Type -> Type #  | |
| Read StopInferenceRecommendationsJobResponse Source # | |
| Show StopInferenceRecommendationsJobResponse Source # | |
| NFData StopInferenceRecommendationsJobResponse Source # | |
Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob Methods rnf :: StopInferenceRecommendationsJobResponse -> () #  | |
| Eq StopInferenceRecommendationsJobResponse Source # | |
| type Rep StopInferenceRecommendationsJobResponse Source # | |
Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob type Rep StopInferenceRecommendationsJobResponse = D1 ('MetaData "StopInferenceRecommendationsJobResponse" "Amazonka.SageMaker.StopInferenceRecommendationsJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StopInferenceRecommendationsJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))  | |
newStopInferenceRecommendationsJobResponse :: StopInferenceRecommendationsJobResponse Source #
Create a value of StopInferenceRecommendationsJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.