sagemaker_update_training_job: Update a model training job to request a new Debugger...

View source: R/sagemaker_operations.R

sagemaker_update_training_jobR Documentation

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

Description

Update 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
)

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 ResourceConfig to update warm pool retention length.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.