/AWS1/CL_SGMPROFILERCONFIG¶
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_s3outputpath TYPE /AWS1/SGMS3URI /AWS1/SGMS3URI¶
Path to Amazon S3 storage location for system and framework metrics.
iv_profilingintervalinmill00 TYPE /AWS1/SGMPROFILINGINTERVALIN00 /AWS1/SGMPROFILINGINTERVALIN00¶
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.
it_profilingparameters TYPE /AWS1/CL_SGMPROFILINGPARAMS_W=>TT_PROFILINGPARAMETERS TT_PROFILINGPARAMETERS¶
Configuration information for capturing framework metrics. Available key strings for different profiling options are
DetailedProfilingConfig,PythonProfilingConfig, andDataLoaderProfilingConfig. The following codes are configuration structures for theProfilingParametersparameter. To learn more about how to configure theProfilingParametersparameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
iv_disableprofiler TYPE /AWS1/SGMDISABLEPROFILER /AWS1/SGMDISABLEPROFILER¶
Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to
True.
Queryable Attributes¶
S3OutputPath¶
Path to Amazon S3 storage location for system and framework metrics.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3OUTPUTPATH() |
Getter for S3OUTPUTPATH, with configurable default |
ASK_S3OUTPUTPATH() |
Getter for S3OUTPUTPATH w/ exceptions if field has no value |
HAS_S3OUTPUTPATH() |
Determine if S3OUTPUTPATH has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILINGINTERVALINMIL00() |
Getter for PROFILINGINTERVALINMILLISECS, with configurable d |
ASK_PROFILINGINTERVALINMIL00() |
Getter for PROFILINGINTERVALINMILLISECS w/ exceptions if fie |
HAS_PROFILINGINTERVALINMIL00() |
Determine if PROFILINGINTERVALINMILLISECS has a value |
ProfilingParameters¶
Configuration information for capturing framework metrics. Available key strings for different profiling options are
DetailedProfilingConfig,PythonProfilingConfig, andDataLoaderProfilingConfig. The following codes are configuration structures for theProfilingParametersparameter. To learn more about how to configure theProfilingParametersparameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILINGPARAMETERS() |
Getter for PROFILINGPARAMETERS, with configurable default |
ASK_PROFILINGPARAMETERS() |
Getter for PROFILINGPARAMETERS w/ exceptions if field has no |
HAS_PROFILINGPARAMETERS() |
Determine if PROFILINGPARAMETERS has a value |
DisableProfiler¶
Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to
True.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISABLEPROFILER() |
Getter for DISABLEPROFILER, with configurable default |
ASK_DISABLEPROFILER() |
Getter for DISABLEPROFILER w/ exceptions if field has no val |
HAS_DISABLEPROFILER() |
Determine if DISABLEPROFILER has a value |