| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.UpdateTrainingJob
Description
Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.
Synopsis
- data UpdateTrainingJob = UpdateTrainingJob' {}
 - newUpdateTrainingJob :: Text -> UpdateTrainingJob
 - updateTrainingJob_profilerConfig :: Lens' UpdateTrainingJob (Maybe ProfilerConfigForUpdate)
 - updateTrainingJob_profilerRuleConfigurations :: Lens' UpdateTrainingJob (Maybe [ProfilerRuleConfiguration])
 - updateTrainingJob_resourceConfig :: Lens' UpdateTrainingJob (Maybe ResourceConfigForUpdate)
 - updateTrainingJob_trainingJobName :: Lens' UpdateTrainingJob Text
 - data UpdateTrainingJobResponse = UpdateTrainingJobResponse' {
- httpStatus :: Int
 - trainingJobArn :: Text
 
 - newUpdateTrainingJobResponse :: Int -> Text -> UpdateTrainingJobResponse
 - updateTrainingJobResponse_httpStatus :: Lens' UpdateTrainingJobResponse Int
 - updateTrainingJobResponse_trainingJobArn :: Lens' UpdateTrainingJobResponse Text
 
Creating a Request
data UpdateTrainingJob Source #
See: newUpdateTrainingJob smart constructor.
Constructors
| UpdateTrainingJob' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> UpdateTrainingJob | 
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
newUpdateTrainingJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> UpdateTrainingJobResponse | 
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_httpStatus :: Lens' UpdateTrainingJobResponse Int Source #
The response's http status code.
updateTrainingJobResponse_trainingJobArn :: Lens' UpdateTrainingJobResponse Text Source #
The Amazon Resource Name (ARN) of the training job.