public static interface ProfilerConfig.Builder extends SdkPojo, CopyableBuilder<ProfilerConfig.Builder,ProfilerConfig>
| Modifier and Type | Method and Description |
|---|---|
ProfilerConfig.Builder |
disableProfiler(Boolean disableProfiler)
Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality.
|
ProfilerConfig.Builder |
profilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)
A time interval for capturing system metrics in milliseconds.
|
ProfilerConfig.Builder |
profilingParameters(Map<String,String> profilingParameters)
Configuration information for capturing framework metrics.
|
ProfilerConfig.Builder |
s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for system and framework metrics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfilerConfig.Builder s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for system and framework metrics.
s3OutputPath - Path to Amazon S3 storage location for system and framework metrics.ProfilerConfig.Builder profilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)
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.
profilingIntervalInMilliseconds - 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.ProfilerConfig.Builder profilingParameters(Map<String,String> profilingParameters)
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.
profilingParameters - 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.ProfilerConfig.Builder disableProfiler(Boolean disableProfiler)
Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn
it off, set to True.
disableProfiler - Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality.
To turn it off, set to True.Copyright © 2022. All rights reserved.