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

Description

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

Synopsis

Creating a Request

data UpdateExperiment Source #

See: newUpdateExperiment smart constructor.

Constructors

UpdateExperiment' 

Fields

Instances

Instances details
Eq UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Read UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Show UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Generic UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type Rep UpdateExperiment :: Type -> Type #

NFData UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Methods

rnf :: UpdateExperiment -> () #

Hashable UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToJSON UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

AWSRequest UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type AWSResponse UpdateExperiment #

ToHeaders UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToPath UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

ToQuery UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperiment Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

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

Defined in Amazonka.SageMaker.UpdateExperiment

newUpdateExperiment Source #

Create a value of UpdateExperiment 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:displayName:UpdateExperiment', updateExperiment_displayName - The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.

$sel:description:UpdateExperiment', updateExperiment_description - The description of the experiment.

$sel:experimentName:UpdateExperiment', updateExperiment_experimentName - The name of the experiment to update.

Request Lenses

updateExperiment_displayName :: Lens' UpdateExperiment (Maybe Text) Source #

The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't specified, ExperimentName is displayed.

updateExperiment_description :: Lens' UpdateExperiment (Maybe Text) Source #

The description of the experiment.

updateExperiment_experimentName :: Lens' UpdateExperiment Text Source #

The name of the experiment to update.

Destructuring the Response

data UpdateExperimentResponse Source #

See: newUpdateExperimentResponse smart constructor.

Constructors

UpdateExperimentResponse' 

Fields

Instances

Instances details
Eq UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Read UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Show UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Generic UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

Associated Types

type Rep UpdateExperimentResponse :: Type -> Type #

NFData UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

type Rep UpdateExperimentResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateExperiment

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

newUpdateExperimentResponse Source #

Create a value of UpdateExperimentResponse 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:experimentArn:UpdateExperimentResponse', updateExperimentResponse_experimentArn - The Amazon Resource Name (ARN) of the experiment.

$sel:httpStatus:UpdateExperimentResponse', updateExperimentResponse_httpStatus - The response's http status code.

Response Lenses

updateExperimentResponse_experimentArn :: Lens' UpdateExperimentResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the experiment.