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

AWSRequest 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 #

Read AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

NFData AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Methods

rnf :: AssociateTrialComponent -> () #

Eq AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Hashable AssociateTrialComponent Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "AssociateTrialComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trialComponentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trialName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

AssociateTrialComponent, associateTrialComponent_trialComponentName - The name of the component to associated with the trial.

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
Generic AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Associated Types

type Rep AssociateTrialComponentResponse :: Type -> Type #

Read AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Show AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

NFData AssociateTrialComponentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.AssociateTrialComponent

Eq 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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:

AssociateTrialComponentResponse, associateTrialComponentResponse_trialArn - The Amazon Resource Name (ARN) of the trial.

AssociateTrialComponentResponse, associateTrialComponentResponse_trialComponentArn - The Amazon Resource Name (ARN) of the trial component.

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

Response Lenses