TrainingJobProfilerConfig class

Constructors

TrainingJobProfilerConfig({Input<bool?>? disableProfiler, Input<int?>? profilingIntervalInMilliseconds, Input<Map<String, String>?>? profilingParameters, Input<String?>? s3OutputPath})
Creates a new TrainingJobProfilerConfig. disableProfiler Whether to disable the profiler. profilingIntervalInMilliseconds Time interval in milliseconds for capturing system metrics. Valid values: 100, 200, 500, 1000, 5000, 60000. profilingParameters Map of profiling parameters. Maximum of 20 entries. s3OutputPath S3 URI where profiler output is stored.
const
TrainingJobProfilerConfig.fromMap(Map<String, dynamic> map)
factory

Properties

disableProfiler → Input<bool?>?
Whether to disable the profiler.
final
hashCode int
The hash code for this object.
no setterinherited
profilingIntervalInMilliseconds → Input<int?>?
Time interval in milliseconds for capturing system metrics. Valid values: 100, 200, 500, 1000, 5000, 60000.
final
profilingParameters → Input<Map<String, String>?>?
Map of profiling parameters. Maximum of 20 entries.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputPath → Input<String?>?
S3 URI where profiler output is stored.
final

Methods

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

Operators

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