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

Description

Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

Synopsis

Creating a Request

data UpdateTrainingJob Source #

See: newUpdateTrainingJob smart constructor.

Constructors

UpdateTrainingJob' 

Fields

Instances

Instances details
ToJSON UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.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

AWSRequest UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type AWSResponse UpdateTrainingJob #

Generic UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJob :: Type -> Type #

Read UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

NFData UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Methods

rnf :: UpdateTrainingJob -> () #

Eq UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Hashable UpdateTrainingJob Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

type AWSResponse 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" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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 "resourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceConfigForUpdate)) :*: S1 ('MetaSel ('Just "trainingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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 Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

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

UpdateTrainingJob, updateTrainingJob_resourceConfig - The training job ResourceConfig to update warm pool retention length.

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 Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

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

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

updateTrainingJob_resourceConfig :: Lens' UpdateTrainingJob (Maybe ResourceConfigForUpdate) Source #

The training job ResourceConfig to update warm pool retention length.

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

Defined in Amazonka.SageMaker.UpdateTrainingJob

Associated Types

type Rep UpdateTrainingJobResponse :: Type -> Type #

Read UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

Show UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

NFData UpdateTrainingJobResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateTrainingJob

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

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.