static DebugRuleConfiguration.Builder |
DebugRuleConfiguration.builder() |
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.instanceType(String instanceType) |
The instance type to deploy a custom rule for debugging a training job.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.instanceType(ProcessingInstanceType instanceType) |
The instance type to deploy a custom rule for debugging a training job.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.localPath(String localPath) |
Path to local storage location for output of rules.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.ruleConfigurationName(String ruleConfigurationName) |
The name of the rule configuration.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.ruleEvaluatorImage(String ruleEvaluatorImage) |
The Amazon Elastic Container (ECR) Image for the managed rule evaluation.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.ruleParameters(Map<String,String> ruleParameters) |
Runtime configuration for rule container.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.s3OutputPath(String s3OutputPath) |
Path to Amazon S3 storage location for rules.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.toBuilder() |
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.volumeSizeInGB(Integer volumeSizeInGB) |
The size, in GB, of the ML storage volume attached to the processing instance.
|