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

Description

Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent API.

To get a list of the trials a component is associated with, use the Search API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.

Synopsis

Creating a Request

data DisassociateTrialComponent Source #

See: newDisassociateTrialComponent smart constructor.

Constructors

DisassociateTrialComponent' 

Fields

Instances

Instances details
Eq DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Read DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Show DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Generic DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Associated Types

type Rep DisassociateTrialComponent :: Type -> Type #

NFData DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Hashable DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToJSON DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

AWSRequest DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToHeaders DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToPath DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

ToQuery DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

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

Defined in Amazonka.SageMaker.DisassociateTrialComponent

newDisassociateTrialComponent Source #

Create a value of DisassociateTrialComponent 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:trialComponentName:DisassociateTrialComponent', disassociateTrialComponent_trialComponentName - The name of the component to disassociate from the trial.

$sel:trialName:DisassociateTrialComponent', disassociateTrialComponent_trialName - The name of the trial to disassociate from.

Request Lenses

disassociateTrialComponent_trialComponentName :: Lens' DisassociateTrialComponent Text Source #

The name of the component to disassociate from the trial.

Destructuring the Response

data DisassociateTrialComponentResponse Source #

Constructors

DisassociateTrialComponentResponse' 

Fields

Instances

Instances details
Eq DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Read DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Show DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Generic DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

Associated Types

type Rep DisassociateTrialComponentResponse :: Type -> Type #

NFData DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DisassociateTrialComponent

type Rep DisassociateTrialComponentResponse = D1 ('MetaData "DisassociateTrialComponentResponse" "Amazonka.SageMaker.DisassociateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DisassociateTrialComponentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "trialComponentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDisassociateTrialComponentResponse Source #

Create a value of DisassociateTrialComponentResponse 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:trialArn:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

$sel:trialComponentArn:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_trialComponentArn - The ARN of the trial component.

$sel:httpStatus:DisassociateTrialComponentResponse', disassociateTrialComponentResponse_httpStatus - The response's http status code.

Response Lenses