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