public static interface DebugRuleConfiguration.Builder extends SdkPojo, CopyableBuilder<DebugRuleConfiguration.Builder,DebugRuleConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DebugRuleConfiguration.Builder |
instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a custom rule for debugging a training job.
|
DebugRuleConfiguration.Builder |
instanceType(String instanceType)
The instance type to deploy a custom rule for debugging a training job.
|
DebugRuleConfiguration.Builder |
localPath(String localPath)
Path to local storage location for output of rules.
|
DebugRuleConfiguration.Builder |
ruleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
|
DebugRuleConfiguration.Builder |
ruleEvaluatorImage(String ruleEvaluatorImage)
The Amazon Elastic Container (ECR) Image for the managed rule evaluation.
|
DebugRuleConfiguration.Builder |
ruleParameters(Map<String,String> ruleParameters)
Runtime configuration for rule container.
|
DebugRuleConfiguration.Builder |
s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for rules.
|
DebugRuleConfiguration.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the processing instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDebugRuleConfiguration.Builder ruleConfigurationName(String ruleConfigurationName)
The name of the rule configuration. It must be unique relative to other rule configuration names.
ruleConfigurationName - The name of the rule configuration. It must be unique relative to other rule configuration names.DebugRuleConfiguration.Builder localPath(String localPath)
Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.
localPath - Path to local storage location for output of rules. Defaults to
/opt/ml/processing/output/rule/.DebugRuleConfiguration.Builder s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for rules.
s3OutputPath - Path to Amazon S3 storage location for rules.DebugRuleConfiguration.Builder ruleEvaluatorImage(String ruleEvaluatorImage)
The Amazon Elastic Container (ECR) Image for the managed rule evaluation.
ruleEvaluatorImage - The Amazon Elastic Container (ECR) Image for the managed rule evaluation.DebugRuleConfiguration.Builder instanceType(String instanceType)
The instance type to deploy a custom rule for debugging a training job.
instanceType - The instance type to deploy a custom rule for debugging a training job.ProcessingInstanceType,
ProcessingInstanceTypeDebugRuleConfiguration.Builder instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a custom rule for debugging a training job.
instanceType - The instance type to deploy a custom rule for debugging a training job.ProcessingInstanceType,
ProcessingInstanceTypeDebugRuleConfiguration.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the processing instance.
volumeSizeInGB - The size, in GB, of the ML storage volume attached to the processing instance.DebugRuleConfiguration.Builder ruleParameters(Map<String,String> ruleParameters)
Runtime configuration for rule container.
ruleParameters - Runtime configuration for rule container.Copyright © 2023. All rights reserved.