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

Description

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.

Synopsis

Creating a Request

data AssociateTrialComponent Source #

See: newAssociateTrialComponent smart constructor.

Constructors

AssociateTrialComponent' 

Fields

Instances

Instances details
Eq AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Read AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Generic AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Associated Types

type Rep AssociateTrialComponent :: Type -> Type #

NFData AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Methods

rnf :: AssociateTrialComponent -> () #

Hashable AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToJSON AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

AWSRequest AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToHeaders AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToPath AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

ToQuery AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

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

Defined in Amazonka.SageMaker.AssociateTrialComponent

newAssociateTrialComponent Source #

Create a value of AssociateTrialComponent 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:AssociateTrialComponent', associateTrialComponent_trialComponentName - The name of the component to associated with the trial.

$sel:trialName:AssociateTrialComponent', associateTrialComponent_trialName - The name of the trial to associate with.

Request Lenses

associateTrialComponent_trialComponentName :: Lens' AssociateTrialComponent Text Source #

The name of the component to associated with the trial.

associateTrialComponent_trialName :: Lens' AssociateTrialComponent Text Source #

The name of the trial to associate with.

Destructuring the Response

data AssociateTrialComponentResponse Source #

See: newAssociateTrialComponentResponse smart constructor.

Constructors

AssociateTrialComponentResponse' 

Fields

Instances

Instances details
Eq AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Read AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Generic AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Associated Types

type Rep AssociateTrialComponentResponse :: Type -> Type #

NFData AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type Rep AssociateTrialComponentResponse = D1 ('MetaData "AssociateTrialComponentResponse" "Amazonka.SageMaker.AssociateTrialComponent" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AssociateTrialComponentResponse'" '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))))

newAssociateTrialComponentResponse Source #

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

$sel:trialComponentArn:AssociateTrialComponentResponse', associateTrialComponentResponse_trialComponentArn - The ARN of the trial component.

$sel:httpStatus:AssociateTrialComponentResponse', associateTrialComponentResponse_httpStatus - The response's http status code.

Response Lenses