We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc245d7 commit 13b7b2cCopy full SHA for 13b7b2c
tests/integ/sagemaker/jumpstart/conftest.py
@@ -92,8 +92,8 @@ def _teardown():
92
93
# delete inference components for test-suite-tagged endpoints
94
for inference_component_name in inference_component_names:
95
- sagemaker_client.delete_inference_component(
96
- InferenceComponentName=inference_component_name, wait=True
+ sagemaker_session.delete_inference_component(
+ inference_component_name=inference_component_name, wait=True
97
)
98
99
# delete test-suite-tagged endpoints
0 commit comments