TrainingJobDebugHookConfig class
Constructors
-
TrainingJobDebugHookConfig({Input<
List< ? collectionConfigurations, Input<TrainingJobDebugHookConfigCollectionConfiguration> ?>Map< ? hookParameters, Input<String, String> ?>String?> ? localPath, required Input<String> s3OutputPath}) -
Creates a new TrainingJobDebugHookConfig.
collectionConfigurationsList of tensor collections to configure for the debug hook. Maximum of 20. SeecollectionConfigurationsbelow.hookParametersMap of parameters for the debug hook. Maximum of 20 entries.localPathLocal path where debug output is written.s3OutputPathS3 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
collectionConfigurationsbelow.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