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