Skip to content

Commit 8bbe653

Browse files
author
Marius Moisescu
committed
Updated profiler_config and test
1 parent 4505a9b commit 8bbe653

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sagemaker/debugger/profiler_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def __init__(
3232
s3_output_path: Optional[Union[str, PipelineVariable]] = None,
3333
system_monitor_interval_millis: Optional[Union[int, PipelineVariable]] = None,
3434
framework_profile_params: Optional[FrameworkProfile] = None,
35-
disable_profiler: Optional[FrameworkProfile] = False,
36-
):
35+
disable_profiler: Optional[Union[str, PipelineVariable]] = False,
36+
)
3737
"""Initialize a ``ProfilerConfig`` instance.
3838
3939
Pass the output of this class

tests/unit/sagemaker/workflow/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ def test_create_model_step_with_model_pipeline(tfo, time, sagemaker_session):
919919
},
920920
{
921921
"Environment": {"SAGEMAKER_DEFAULT_INVOCATIONS_ACCEPT": "text/csv"},
922-
"Image": "246618743249.dkr.ecr.us-west-2.amazonaws.com/sagemaker-sparkml-serving:2.4",
922+
"Image": "246618743249.dkr.ecr.us-west-2.amazonaws.com/sagemaker-sparkml-serving:3.3",
923923
"ModelDataUrl": "s3://bucket/model_2.tar.gz",
924924
},
925925
],

0 commit comments

Comments
 (0)