libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.StopAutoMLJob

Description

A method for forcing the termination of a running job.

Synopsis

Creating a Request

data StopAutoMLJob Source #

See: newStopAutoMLJob smart constructor.

Constructors

StopAutoMLJob' 

Fields

Instances

Instances details
Eq StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Read StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Show StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Generic StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type Rep StopAutoMLJob :: Type -> Type #

NFData StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Methods

rnf :: StopAutoMLJob -> () #

Hashable StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToJSON StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

AWSRequest StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type AWSResponse StopAutoMLJob #

ToHeaders StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToPath StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

ToQuery StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

type Rep StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

type Rep StopAutoMLJob = D1 ('MetaData "StopAutoMLJob" "Amazonka.SageMaker.StopAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopAutoMLJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoMLJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopAutoMLJob Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

newStopAutoMLJob Source #

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

Instances details
Eq StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Read StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Show StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Generic StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Associated Types

type Rep StopAutoMLJobResponse :: Type -> Type #

NFData StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

Methods

rnf :: StopAutoMLJobResponse -> () #

type Rep StopAutoMLJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StopAutoMLJob

type Rep StopAutoMLJobResponse = D1 ('MetaData "StopAutoMLJobResponse" "Amazonka.SageMaker.StopAutoMLJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StopAutoMLJobResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopAutoMLJobResponse :: StopAutoMLJobResponse Source #

Create a value of StopAutoMLJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.