amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.DebugHookConfig

Description

 
Synopsis

Documentation

data DebugHookConfig Source #

Configuration information for the Amazon SageMaker 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.

Constructors

DebugHookConfig' 

Fields

Instances

Instances details
FromJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

ToJSON DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Generic DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Associated Types

type Rep DebugHookConfig :: Type -> Type #

Read DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Show DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

NFData DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Methods

rnf :: DebugHookConfig -> () #

Eq DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

Hashable DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DebugHookConfig

type Rep DebugHookConfig = D1 ('MetaData "DebugHookConfig" "Amazonka.SageMaker.Types.DebugHookConfig" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "DebugHookConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "collectionConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CollectionConfiguration])) :*: S1 ('MetaSel ('Just "hookParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "localPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3OutputPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDebugHookConfig Source #

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:collectionConfigurations:DebugHookConfig', debugHookConfig_collectionConfigurations - Configuration information for Amazon SageMaker 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 Amazon SageMaker Debugger hook parameters.

$sel:localPath:DebugHookConfig', debugHookConfig_localPath - Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

$sel:s3OutputPath:DebugHookConfig', debugHookConfig_s3OutputPath - Path to Amazon S3 storage location for metrics and tensors.

debugHookConfig_collectionConfigurations :: Lens' DebugHookConfig (Maybe [CollectionConfiguration]) Source #

Configuration information for Amazon SageMaker 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 Amazon SageMaker Debugger hook parameters.

debugHookConfig_localPath :: Lens' DebugHookConfig (Maybe Text) Source #

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

debugHookConfig_s3OutputPath :: Lens' DebugHookConfig Text Source #

Path to Amazon S3 storage location for metrics and tensors.