File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4545
4646SLEEP_TIME_SECONDS = 1
4747SLEEP_TIME_TWO_SECONDS = 2
48- STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline17 "
49- STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint17 "
50- STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline17ModelPackageGroup "
48+ STATIC_PIPELINE_NAME = "SdkIntegTestStaticPipeline20 "
49+ STATIC_ENDPOINT_NAME = "SdkIntegTestStaticEndpoint20 "
50+ STATIC_MODEL_PACKAGE_GROUP_NAME = "SdkIntegTestStaticPipeline20ModelPackageGroup "
5151
5252
5353@pytest .fixture
Original file line number Diff line number Diff line change 6767 ConditionLessThanOrEqualTo ,
6868)
6969from sagemaker .workflow .condition_step import ConditionStep
70+ from sagemaker .workflow .condition_step import JsonGet as ConditionStepJsonGet
7071from sagemaker .workflow .callback_step import (
7172 CallbackStep ,
7273 CallbackOutput ,
@@ -2831,7 +2832,7 @@ def test_end_to_end_pipeline_successful_execution(
28312832
28322833 # define condition step
28332834 cond_lte = ConditionLessThanOrEqualTo (
2834- left = JsonGet (
2835+ left = ConditionStepJsonGet (
28352836 step = step_eval ,
28362837 property_file = evaluation_report ,
28372838 json_path = "regression_metrics.mse.value" ,
You can’t perform that action at this time.
0 commit comments