This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::TrainingJob ProfilerConfig
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DisableProfiler" :Boolean, "ProfilingIntervalInMilliseconds" :Integer, "ProfilingParameters" :{, "S3OutputPath" :Key:Value, ...}String}
YAML
DisableProfiler:BooleanProfilingIntervalInMilliseconds:IntegerProfilingParameters:S3OutputPath:Key:ValueString
Properties
DisableProfiler-
Configuration to turn off Amazon SageMaker Debugger's system monitoring and profiling functionality. To turn it off, set to
True.Required: No
Type: Boolean
Update requires: Replacement
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.
Required: No
Type: Integer
Update requires: Replacement
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.Required: No
Type: Object of String
Pattern:
.*Maximum:
256Update requires: Replacement
S3OutputPath-
Path to Amazon S3 storage location for system and framework metrics.
Required: No
Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$Maximum:
1024Update requires: Replacement