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.DeleteAlgorithm

Description

Removes the specified algorithm from your account.

Synopsis

Creating a Request

data DeleteAlgorithm Source #

See: newDeleteAlgorithm smart constructor.

Constructors

DeleteAlgorithm' 

Fields

Instances

Instances details
ToJSON DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToHeaders DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToPath DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

ToQuery DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

AWSRequest DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type AWSResponse DeleteAlgorithm #

Generic DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type Rep DeleteAlgorithm :: Type -> Type #

Read DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Show DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

NFData DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Methods

rnf :: DeleteAlgorithm -> () #

Eq DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Hashable DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type AWSResponse DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type Rep DeleteAlgorithm Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

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

newDeleteAlgorithm Source #

Create a value of DeleteAlgorithm 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:

DeleteAlgorithm, deleteAlgorithm_algorithmName - The name of the algorithm to delete.

Request Lenses

deleteAlgorithm_algorithmName :: Lens' DeleteAlgorithm Text Source #

The name of the algorithm to delete.

Destructuring the Response

data DeleteAlgorithmResponse Source #

See: newDeleteAlgorithmResponse smart constructor.

Instances

Instances details
Generic DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Associated Types

type Rep DeleteAlgorithmResponse :: Type -> Type #

Read DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Show DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

NFData DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

Methods

rnf :: DeleteAlgorithmResponse -> () #

Eq DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type Rep DeleteAlgorithmResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteAlgorithm

type Rep DeleteAlgorithmResponse = D1 ('MetaData "DeleteAlgorithmResponse" "Amazonka.SageMaker.DeleteAlgorithm" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeleteAlgorithmResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteAlgorithmResponse :: DeleteAlgorithmResponse Source #

Create a value of DeleteAlgorithmResponse with all optional fields omitted.

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