Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2ba55b4

Browse files
Merge pull request #89 from vaib-amz/master
Fixing failing integ test due to new DescribeExecution response params
2 parents b9b0371 + 2f9c580 commit 2ba55b4

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)

AltStyle によって変換されたページ (->オリジナル) /