Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DebugHookConfig = DebugHookConfig' {}
- newDebugHookConfig :: Text -> DebugHookConfig
- debugHookConfig_localPath :: Lens' DebugHookConfig (Maybe Text)
- debugHookConfig_collectionConfigurations :: Lens' DebugHookConfig (Maybe [CollectionConfiguration])
- debugHookConfig_hookParameters :: Lens' DebugHookConfig (Maybe (HashMap Text Text))
- debugHookConfig_s3OutputPath :: Lens' DebugHookConfig Text
Documentation
data DebugHookConfig Source #
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.
See: newDebugHookConfig
smart constructor.
DebugHookConfig' | |
|
Instances
Create a value of DebugHookConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:localPath:DebugHookConfig'
, debugHookConfig_localPath
- Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.
$sel:collectionConfigurations:DebugHookConfig'
, debugHookConfig_collectionConfigurations
- 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.
$sel:hookParameters:DebugHookConfig'
, debugHookConfig_hookParameters
- Configuration information for the Debugger hook parameters.
$sel:s3OutputPath:DebugHookConfig'
, debugHookConfig_s3OutputPath
- Path to Amazon S3 storage location for metrics and tensors.
debugHookConfig_localPath :: Lens' DebugHookConfig (Maybe Text) Source #
Path to local storage location for metrics and tensors. Defaults to
/opt/ml/output/tensors/
.
debugHookConfig_collectionConfigurations :: Lens' DebugHookConfig (Maybe [CollectionConfiguration]) Source #
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.
debugHookConfig_hookParameters :: Lens' DebugHookConfig (Maybe (HashMap Text Text)) Source #
Configuration information for the Debugger hook parameters.
debugHookConfig_s3OutputPath :: Lens' DebugHookConfig Text Source #
Path to Amazon S3 storage location for metrics and tensors.