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 7101638 commit 254f147Copy full SHA for 254f147
tests/integ/sagemaker/jumpstart/conftest.py
@@ -50,7 +50,7 @@ def _teardown():
50
config=Config(retries={"max_attempts": 10, "mode": "standard"}),
51
)
52
53
- sagemaker_session = Session(boto3_session=boto3_session, sagemaker_client=sagemaker_client)
+ sagemaker_session = Session(boto_session=boto3_session, sagemaker_client=sagemaker_client)
54
55
search_endpoints_result = sagemaker_client.search(
56
Resource="Endpoint",
0 commit comments