ProfilerConfigForUpdate class

Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and storage paths.

Constructors

ProfilerConfigForUpdate({bool? disableProfiler, int? profilingIntervalInMilliseconds, Map<String, String>? profilingParameters, String? s3OutputPath})

Properties

disableProfiler bool?
To disable Debugger monitoring and profiling, set to True.
final
hashCode int
The hash code for this object.
no setterinherited
profilingIntervalInMilliseconds int?
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.
final
profilingParameters Map<String, String>?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputPath String?
Path to Amazon S3 storage location for system and framework metrics.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited