TrainingJobProfilerRuleConfiguration class
Constructors
-
TrainingJobProfilerRuleConfiguration({Input<String?>? instanceType, Input<String?>? localPath, required Input<String> ruleConfigurationName, required Input<String> ruleEvaluatorImage, Input<Map<String, String>?>? ruleParameters, Input<String?>? s3OutputPath, Input<int?>? volumeSizeInGb})
-
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.
const
-
TrainingJobProfilerRuleConfiguration.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
instanceType
→ Input<String?>?
-
Instance type to deploy for the profiler rule evaluation. Valid values are SageMaker AI processing instance types.
final
-
localPath
→ Input<String?>?
-
Local path where profiler rule output is written.
final
-
ruleConfigurationName
→ Input<String>
-
Name of the profiler rule configuration. Must be between 1 and 256 characters.
final
-
ruleEvaluatorImage
→ Input<String>
-
Docker image URI for the profiler rule evaluator.
final
-
ruleParameters
→ Input<Map<String, String>?>?
-
Map of parameters for the profiler rule. Maximum of 100 entries.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3OutputPath
→ Input<String?>?
-
S3 URI where profiler rule output is stored.
final
-
volumeSizeInGb
→ Input<int?>?
-
Size of the storage volume for the profiler rule evaluator, in GB.
final