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

Description

Update a model training job to request a new Debugger profiling configuration.

Synopsis

Creating a Request

data UpdateTrainingJob Source #

See: newUpdateTrainingJob smart constructor.

Constructors

UpdateTrainingJob' 

Fields

Instances

Instances details
Eq UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Read UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Generic UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJob :: Type -> Type #

NFData UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Methods

rnf :: UpdateTrainingJob -> () #

Hashable UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToJSON UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

AWSRequest UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type AWSResponse UpdateTrainingJob #

ToHeaders UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToPath UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

ToQuery UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJob = D1 ('MetaData "UpdateTrainingJob" "Amazonka.SageMaker.UpdateTrainingJob" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "UpdateTrainingJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profilerConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProfilerConfigForUpdate)) :*: (S1 ('MetaSel ('Just "profilerRuleConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProfilerRuleConfiguration])) :*: S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

newUpdateTrainingJob Source #

Create a value of UpdateTrainingJob 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:profilerConfig:UpdateTrainingJob', updateTrainingJob_profilerConfig - Configuration information for Debugger system monitoring, framework profiling, and storage paths.

$sel:profilerRuleConfigurations:UpdateTrainingJob', updateTrainingJob_profilerRuleConfigurations - Configuration information for Debugger rules for profiling system and framework metrics.

$sel:trainingJobName:UpdateTrainingJob', updateTrainingJob_trainingJobName - The name of a training job to update the Debugger profiling configuration.

Request Lenses

updateTrainingJob_profilerConfig :: Lens' UpdateTrainingJob (Maybe ProfilerConfigForUpdate) Source #

Configuration information for Debugger system monitoring, framework profiling, and storage paths.

updateTrainingJob_profilerRuleConfigurations :: Lens' UpdateTrainingJob (Maybe [ProfilerRuleConfiguration]) Source #

Configuration information for Debugger rules for profiling system and framework metrics.

updateTrainingJob_trainingJobName :: Lens' UpdateTrainingJob Text Source #

The name of a training job to update the Debugger profiling configuration.

Destructuring the Response

data UpdateTrainingJobResponse Source #

See: newUpdateTrainingJobResponse smart constructor.

Constructors

UpdateTrainingJobResponse' 

Fields

Instances

Instances details
Eq UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Read UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Generic UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJobResponse :: Type -> Type #

NFData UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type Rep UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

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

newUpdateTrainingJobResponse Source #

Create a value of UpdateTrainingJobResponse 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:httpStatus:UpdateTrainingJobResponse', updateTrainingJobResponse_httpStatus - The response's http status code.

$sel:trainingJobArn:UpdateTrainingJobResponse', updateTrainingJobResponse_trainingJobArn - The Amazon Resource Name (ARN) of the training job.

Response Lenses

updateTrainingJobResponse_trainingJobArn :: Lens' UpdateTrainingJobResponse Text Source #

The Amazon Resource Name (ARN) of the training job.