Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Update a model training job to request a new Debugger profiling configuration.
Synopsis
- data UpdateTrainingJob = UpdateTrainingJob' {}
- newUpdateTrainingJob :: Text -> UpdateTrainingJob
- updateTrainingJob_profilerConfig :: Lens' UpdateTrainingJob (Maybe ProfilerConfigForUpdate)
- updateTrainingJob_profilerRuleConfigurations :: Lens' UpdateTrainingJob (Maybe [ProfilerRuleConfiguration])
- 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.
UpdateTrainingJob' | |
|
Instances
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.
UpdateTrainingJobResponse' | |
|
Instances
newUpdateTrainingJobResponse Source #
:: 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.
$sel:trainingJobArn: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.