| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.addProfilingParametersEntry(String key,
String value)
Add a single ProfilingParameters entry
|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.clearProfilingParametersEntries()
Removes all the entries added into ProfilingParameters.
|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.clone() |
ProfilerConfigForUpdate |
UpdateTrainingJobRequest.getProfilerConfig()
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.withDisableProfiler(Boolean disableProfiler)
To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to
True. |
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.withProfilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)
A time interval for capturing system metrics in milliseconds.
|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.withProfilingParameters(Map<String,String> profilingParameters)
Configuration information for capturing framework metrics.
|
ProfilerConfigForUpdate |
ProfilerConfigForUpdate.withS3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for system and framework metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTrainingJobRequest.setProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
Copyright © 2024. All rights reserved.