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

Description

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

Synopsis

Creating a Request

data DeleteTrialComponent Source #

See: newDeleteTrialComponent smart constructor.

Constructors

DeleteTrialComponent' 

Fields

Instances

Instances details
ToJSON DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToHeaders DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToPath DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

ToQuery DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

AWSRequest DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type AWSResponse DeleteTrialComponent #

Generic DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponent :: Type -> Type #

Read DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

NFData DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Methods

rnf :: DeleteTrialComponent -> () #

Eq DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Hashable DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type AWSResponse DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

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

newDeleteTrialComponent Source #

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

DeleteTrialComponent, deleteTrialComponent_trialComponentName - The name of the component to delete.

Request Lenses

Destructuring the Response

data DeleteTrialComponentResponse Source #

See: newDeleteTrialComponentResponse smart constructor.

Constructors

DeleteTrialComponentResponse' 

Fields

Instances

Instances details
Generic DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Associated Types

type Rep DeleteTrialComponentResponse :: Type -> Type #

Read DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Show DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

NFData DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

Eq DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DeleteTrialComponent

type Rep DeleteTrialComponentResponse = D1 ('MetaData "DeleteTrialComponentResponse" "Amazonka.SageMaker.DeleteTrialComponent" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DeleteTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteTrialComponentResponse Source #

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

DeleteTrialComponentResponse, deleteTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the component is being deleted.

$sel:httpStatus:DeleteTrialComponentResponse', deleteTrialComponentResponse_httpStatus - The response's http status code.

Response Lenses

deleteTrialComponentResponse_trialComponentArn :: Lens' DeleteTrialComponentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component is being deleted.