Skip to content

Commit c1f4485

Browse files
authored
Merge branch 'master' into patch-1
2 parents dba616b + 2ba55b4 commit c1f4485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integ/test_training_pipeline_estimators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ def test_pca_estimator(sfn_client, sagemaker_session, sagemaker_role_arn, sfn_ro
119119
'status': status,
120120
'startDate': execution_info['startDate'],
121121
'stopDate': execution_info['stopDate'],
122+
'inputDetails': {'included': True},
123+
'outputDetails': {'included': True},
122124
'input': {'Training': {'AlgorithmSpecification': {'TrainingImage': estimator_image_uri,
123125
'TrainingInputMode': 'File'},
124126
'OutputDataConfig': {'S3OutputPath': s3_output_path},

0 commit comments

Comments
 (0)