File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tests/unit/sagemaker/image_uris/jumpstart Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ def retrieve(
161
161
and value is not None
162
162
}:
163
163
JUMPSTART_LOGGER .info (
164
- "Ignoring the following fields when retriving image uri "
164
+ "Ignoring the following arguments when retrieving image uri "
165
165
"for JumpStart model id '%s': %s" ,
166
166
model_id ,
167
167
str (non_none_fields ),
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ def test_jumpstart_image_uri_logging_extra_fields(
231
231
)
232
232
233
233
patched_info_log .assert_called_once_with (
234
- "Ignoring the following fields "
235
- "when retriving image uri for "
234
+ "Ignoring the following arguments "
235
+ "when retrieving image uri for "
236
236
"JumpStart model id '%s': %s" ,
237
237
"pytorch-ic-mobilenet-v2" ,
238
238
"{'framework': 'framework', 'container_version': '1.2.3'}" ,
You can’t perform that action at this time.
0 commit comments