class Aws::SageMaker::Types::ProfilerConfigForUpdate
Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and storage paths.
@note When making an API call, you may pass ProfilerConfigForUpdate
data as a hash: { s3_output_path: "S3Uri", profiling_interval_in_milliseconds: 1, profiling_parameters: { "ConfigKey" => "ConfigValue", }, disable_profiler: false, }
@!attribute [rw] s3_output_path
Path to Amazon S3 storage location for system and framework metrics. @return [String]
@!attribute [rw] profiling_interval_in_milliseconds
A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds. @return [Integer]
@!attribute [rw] profiling_parameters
Configuration information for capturing framework metrics. Available key strings for different profiling options are `DetailedProfilingConfig`, `PythonProfilingConfig`, and `DataLoaderProfilingConfig`. The following codes are configuration structures for the `ProfilingParameters` parameter. To learn more about how to configure the `ProfilingParameters` parameter, see [Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job][1]. [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html @return [Hash<String,String>]
@!attribute [rw] disable_profiler
To disable Debugger monitoring and profiling, set to `True`. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProfilerConfigForUpdate AWS API Documentation
Constants
- SENSITIVE