public static interface ProfilerRuleConfiguration.Builder extends SdkPojo, CopyableBuilder<ProfilerRuleConfiguration.Builder,ProfilerRuleConfiguration>
Modifier and Type | Method and Description |
---|---|
ProfilerRuleConfiguration.Builder |
instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a Debugger custom rule for profiling a training job.
|
ProfilerRuleConfiguration.Builder |
instanceType(String instanceType)
The instance type to deploy a Debugger custom rule for profiling a training job.
|
ProfilerRuleConfiguration.Builder |
localPath(String localPath)
Path to local storage location for output of rules.
|
ProfilerRuleConfiguration.Builder |
ruleConfigurationName(String ruleConfigurationName)
The name of the rule configuration.
|
ProfilerRuleConfiguration.Builder |
ruleEvaluatorImage(String ruleEvaluatorImage)
The Amazon Elastic Container (ECR) Image for the managed rule evaluation.
|
ProfilerRuleConfiguration.Builder |
ruleParameters(Map<String,String> ruleParameters)
Runtime configuration for rule container.
|
ProfilerRuleConfiguration.Builder |
s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for rules.
|
ProfilerRuleConfiguration.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the ML storage volume attached to the processing instance.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ProfilerRuleConfiguration.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.ProfilerRuleConfiguration.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/
.ProfilerRuleConfiguration.Builder s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for rules.
s3OutputPath
- Path to Amazon S3 storage location for rules.ProfilerRuleConfiguration.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.ProfilerRuleConfiguration.Builder instanceType(String instanceType)
The instance type to deploy a Debugger custom rule for profiling a training job.
instanceType
- The instance type to deploy a Debugger custom rule for profiling a training job.ProcessingInstanceType
,
ProcessingInstanceType
ProfilerRuleConfiguration.Builder instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a Debugger custom rule for profiling a training job.
instanceType
- The instance type to deploy a Debugger custom rule for profiling a training job.ProcessingInstanceType
,
ProcessingInstanceType
ProfilerRuleConfiguration.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.ProfilerRuleConfiguration.Builder ruleParameters(Map<String,String> ruleParameters)
Runtime configuration for rule container.
ruleParameters
- Runtime configuration for rule container.Copyright © 2021. All rights reserved.