Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length
Source:R/sagemaker_operations.R
sagemaker_update_training_job.RdUpdate a model training job to request a new Debugger profiling configuration or to change warm pool retention length.
See https://www.paws-r-sdk.com/docs/sagemaker_update_training_job/ for full documentation.
Usage
sagemaker_update_training_job(
TrainingJobName,
ProfilerConfig = NULL,
ProfilerRuleConfigurations = NULL,
ResourceConfig = NULL,
RemoteDebugConfig = NULL
)Arguments
- TrainingJobName
[required] The name of a training job to update the Debugger profiling configuration.
- ProfilerConfig
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
- ProfilerRuleConfigurations
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
- ResourceConfig
The training job
ResourceConfigto update warm pool retention length.- RemoteDebugConfig
Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the
SecondaryStatusof the job isDownloadingorTraining.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.