Values_2.UpdateTrainingJobRequestSourceUpdate a model training job to request a new Debugger profiling configuration or to change warm pool retention length.
type nonrec t = {trainingJobName : Values_1.TrainingJobName.t;The name of a training job to update the Debugger profiling configuration.
*)profilerConfig : ProfilerConfigForUpdate.t option;Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
*)profilerRuleConfigurations : Values_1.ProfilerRuleConfigurations.t option;Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
*)resourceConfig : ResourceConfigForUpdate.t option;The training job ResourceConfig to update warm pool retention length.
*)remoteDebugConfig : RemoteDebugConfigForUpdate.t option;Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the SecondaryStatus of the job is Downloading or Training.To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
*)}val make :
?profilerConfig:??? ->
?profilerRuleConfigurations:??? ->
?resourceConfig:??? ->
?remoteDebugConfig:??? ->
trainingJobName:Values_1.TrainingJobName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.OptionalVolumeSizeInGB.t
| `Map of
([> `String of Values_0.ConfigKey.t ]
* [> `String of Values_0.ConfigValue.t ])
list
| `String of string ])
list ]
list
| `String of Values_1.TrainingJobName.t
| `Structure of
(string
* [> `Boolean of Values_1.DisableProfiler.t
| `Integer of Values_0.KeepAlivePeriodInSeconds.t
| `Long of Values_1.ProfilingIntervalInMilliseconds.t
| `Map of
([> `String of Values_0.ConfigKey.t ]
* [> `String of Values_0.ConfigValue.t ])
list
| `String of Values_0.S3Uri.t ])
list ])
list ]