amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.StopInferenceRecommendationsJob

Description

Stops an Inference Recommender job.

Synopsis

Creating a Request

data StopInferenceRecommendationsJob Source #

See: newStopInferenceRecommendationsJob smart constructor.

Constructors

StopInferenceRecommendationsJob' 

Fields

Instances

Instances details
ToJSON StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

ToHeaders StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

ToPath StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

ToQuery StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

AWSRequest StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Generic StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Associated Types

type Rep StopInferenceRecommendationsJob :: Type -> Type #

Read StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Show StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

NFData StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Eq StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Hashable StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

type AWSResponse StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

type Rep StopInferenceRecommendationsJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

type Rep StopInferenceRecommendationsJob = D1 ('MetaData "StopInferenceRecommendationsJob" "Amazonka.SageMaker.StopInferenceRecommendationsJob" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "StopInferenceRecommendationsJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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

Destructuring the Response

data StopInferenceRecommendationsJobResponse Source #

Instances

Instances details
Generic StopInferenceRecommendationsJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Read StopInferenceRecommendationsJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Show StopInferenceRecommendationsJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

NFData StopInferenceRecommendationsJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

Eq StopInferenceRecommendationsJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopInferenceRecommendationsJob

type Rep StopInferenceRecommendationsJobResponse Source # 
Instance details

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.