TrainingJobProfilerConfig class
Constructors
-
TrainingJobProfilerConfig({Input<
bool?> ? disableProfiler, Input<int?> ? profilingIntervalInMilliseconds, Input<Map< ? profilingParameters, Input<String, String> ?>String?> ? s3OutputPath}) -
Creates a new TrainingJobProfilerConfig.
disableProfilerWhether to disable the profiler.profilingIntervalInMillisecondsTime interval in milliseconds for capturing system metrics. Valid values:100,200,500,1000,5000,60000.profilingParametersMap of profiling parameters. Maximum of 20 entries.s3OutputPathS3 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