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 DebugRuleConfiguration = DebugRuleConfiguration' {}
- newDebugRuleConfiguration :: Text -> Text -> DebugRuleConfiguration
- debugRuleConfiguration_ruleParameters :: Lens' DebugRuleConfiguration (Maybe (HashMap Text Text))
- debugRuleConfiguration_s3OutputPath :: Lens' DebugRuleConfiguration (Maybe Text)
- debugRuleConfiguration_localPath :: Lens' DebugRuleConfiguration (Maybe Text)
- debugRuleConfiguration_instanceType :: Lens' DebugRuleConfiguration (Maybe ProcessingInstanceType)
- debugRuleConfiguration_volumeSizeInGB :: Lens' DebugRuleConfiguration (Maybe Natural)
- debugRuleConfiguration_ruleConfigurationName :: Lens' DebugRuleConfiguration Text
- debugRuleConfiguration_ruleEvaluatorImage :: Lens' DebugRuleConfiguration Text
Documentation
data DebugRuleConfiguration Source #
Configuration information for SageMaker Debugger rules for debugging. To
learn more about how to configure the DebugRuleConfiguration
parameter, see
Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
See: newDebugRuleConfiguration
smart constructor.
DebugRuleConfiguration' | |
|
Instances
newDebugRuleConfiguration Source #
:: Text | |
-> Text | |
-> DebugRuleConfiguration |
Create a value of DebugRuleConfiguration
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:ruleParameters:DebugRuleConfiguration'
, debugRuleConfiguration_ruleParameters
- Runtime configuration for rule container.
$sel:s3OutputPath:DebugRuleConfiguration'
, debugRuleConfiguration_s3OutputPath
- Path to Amazon S3 storage location for rules.
$sel:localPath:DebugRuleConfiguration'
, debugRuleConfiguration_localPath
- Path to local storage location for output of rules. Defaults to
/opt/ml/processing/output/rule/
.
$sel:instanceType:DebugRuleConfiguration'
, debugRuleConfiguration_instanceType
- The instance type to deploy a Debugger custom rule for debugging a
training job.
$sel:volumeSizeInGB:DebugRuleConfiguration'
, debugRuleConfiguration_volumeSizeInGB
- The size, in GB, of the ML storage volume attached to the processing
instance.
$sel:ruleConfigurationName:DebugRuleConfiguration'
, debugRuleConfiguration_ruleConfigurationName
- The name of the rule configuration. It must be unique relative to other
rule configuration names.
$sel:ruleEvaluatorImage:DebugRuleConfiguration'
, debugRuleConfiguration_ruleEvaluatorImage
- The Amazon Elastic Container (ECR) Image for the managed rule
evaluation.
debugRuleConfiguration_ruleParameters :: Lens' DebugRuleConfiguration (Maybe (HashMap Text Text)) Source #
Runtime configuration for rule container.
debugRuleConfiguration_s3OutputPath :: Lens' DebugRuleConfiguration (Maybe Text) Source #
Path to Amazon S3 storage location for rules.
debugRuleConfiguration_localPath :: Lens' DebugRuleConfiguration (Maybe Text) Source #
Path to local storage location for output of rules. Defaults to
/opt/ml/processing/output/rule/
.
debugRuleConfiguration_instanceType :: Lens' DebugRuleConfiguration (Maybe ProcessingInstanceType) Source #
The instance type to deploy a Debugger custom rule for debugging a training job.
debugRuleConfiguration_volumeSizeInGB :: Lens' DebugRuleConfiguration (Maybe Natural) Source #
The size, in GB, of the ML storage volume attached to the processing instance.
debugRuleConfiguration_ruleConfigurationName :: Lens' DebugRuleConfiguration Text Source #
The name of the rule configuration. It must be unique relative to other rule configuration names.
debugRuleConfiguration_ruleEvaluatorImage :: Lens' DebugRuleConfiguration Text Source #
The Amazon Elastic Container (ECR) Image for the managed rule evaluation.