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

Description

Updates the display name of a trial.

Synopsis

Creating a Request

data UpdateTrial Source #

See: newUpdateTrial smart constructor.

Constructors

UpdateTrial' 

Fields

  • displayName :: Maybe Text

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

  • trialName :: Text

    The name of the trial to update.

Instances

Instances details
Eq UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Read UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Show UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Generic UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type Rep UpdateTrial :: Type -> Type #

NFData UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

rnf :: UpdateTrial -> () #

Hashable UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

ToJSON UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

AWSRequest UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type AWSResponse UpdateTrial #

ToHeaders UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

toHeaders :: UpdateTrial -> [Header] #

ToPath UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

ToQuery UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

type Rep UpdateTrial Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

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

Defined in Amazonka.SageMaker.UpdateTrial

newUpdateTrial Source #

Create a value of UpdateTrial 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:UpdateTrial', updateTrial_displayName - The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.

$sel:trialName:UpdateTrial', updateTrial_trialName - The name of the trial to update.

Request Lenses

updateTrial_displayName :: Lens' UpdateTrial (Maybe Text) Source #

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

updateTrial_trialName :: Lens' UpdateTrial Text Source #

The name of the trial to update.

Destructuring the Response

data UpdateTrialResponse Source #

See: newUpdateTrialResponse smart constructor.

Constructors

UpdateTrialResponse' 

Fields

Instances

Instances details
Eq UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Read UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Show UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Generic UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Associated Types

type Rep UpdateTrialResponse :: Type -> Type #

NFData UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

Methods

rnf :: UpdateTrialResponse -> () #

type Rep UpdateTrialResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrial

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

newUpdateTrialResponse Source #

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

$sel:httpStatus:UpdateTrialResponse', updateTrialResponse_httpStatus - The response's http status code.

Response Lenses

updateTrialResponse_trialArn :: Lens' UpdateTrialResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the trial.