DebugHookConfig class
Configuration information for the Debugger hook parameters, metric and
tensor collections, and storage paths. To learn more about how to configure
the DebugHookConfig
parameter, see Use
the SageMaker and Debugger Configuration API Operations to Create, Update,
and Debug Your Training Job.
Constructors
-
DebugHookConfig({required String s3OutputPath, List<
CollectionConfiguration> ? collectionConfigurations, Map<String, String> ? hookParameters, String? localPath}) -
DebugHookConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
collectionConfigurations
→ List<
CollectionConfiguration> ? -
Configuration information for Debugger tensor collections. To learn more
about how to configure the
CollectionConfiguration
parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
hookParameters
→ Map<
String, String> ? -
Configuration information for the Debugger hook parameters.
final
- localPath → String?
-
Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3OutputPath → String
-
Path to Amazon S3 storage location for metrics and tensors.
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