We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e868bee commit 2273ffaCopy full SHA for 2273ffa
tests/unit/test_sagemaker_steps.py
@@ -266,7 +266,7 @@ def test_training_step_creation_with_debug_hook(pca_estimator_with_debug_hook):
266
'DebugRuleConfigurations': [
267
{
268
'RuleConfigurationName': 'Confusion',
269
- 'RuleEvaluatorImage': '503895931360.dkr.ecr.us-east-1.amazonaws.com/sagemaker-debugger-rules:latest',
+ 'RuleEvaluatorImage': '199566480951.dkr.ecr.us-east-1.amazonaws.com/sagemaker-debugger-rules:latest',
270
'RuleParameters': {
271
'rule_to_invoke': 'Confusion',
272
'category_no': '15',
0 commit comments