TrainingJobProfilerRuleConfiguration constructor
const
TrainingJobProfilerRuleConfiguration({})
Creates a new TrainingJobProfilerRuleConfiguration.
instanceType Instance type to deploy for the profiler rule evaluation. Valid values are SageMaker AI processing instance types.
localPath Local path where profiler rule output is written.
ruleConfigurationName Name of the profiler rule configuration. Must be between 1 and 256 characters.
ruleEvaluatorImage Docker image URI for the profiler rule evaluator.
ruleParameters Map of parameters for the profiler rule. Maximum of 100 entries.
s3OutputPath S3 URI where profiler rule output is stored.
volumeSizeInGb Size of the storage volume for the profiler rule evaluator, in GB.
Implementation
const TrainingJobProfilerRuleConfiguration({
this.instanceType,
this.localPath,
required this.ruleConfigurationName,
required this.ruleEvaluatorImage,
this.ruleParameters,
this.s3OutputPath,
this.volumeSizeInGb,
});