TrainingJobDebugHookConfig class

Constructors

TrainingJobDebugHookConfig({Input<List<TrainingJobDebugHookConfigCollectionConfiguration>?>? collectionConfigurations, Input<Map<String, String>?>? hookParameters, Input<String?>? localPath, required Input<String> s3OutputPath})
Creates a new TrainingJobDebugHookConfig. collectionConfigurations List of tensor collections to configure for the debug hook. Maximum of 20. See collectionConfigurations below. hookParameters Map of parameters for the debug hook. Maximum of 20 entries. localPath Local path where debug output is written. s3OutputPath S3 URI where debug output is stored.
const
TrainingJobDebugHookConfig.fromMap(Map<String, dynamic> map)
factory

Properties

collectionConfigurations → Input<List<TrainingJobDebugHookConfigCollectionConfiguration>?>?
List of tensor collections to configure for the debug hook. Maximum of 20. See collectionConfigurations below.
final
hashCode int
The hash code for this object.
no setterinherited
hookParameters → Input<Map<String, String>?>?
Map of parameters for the debug hook. Maximum of 20 entries.
final
localPath → Input<String?>?
Local path where debug output is written.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3OutputPath → Input<String>
S3 URI where debug 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