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 8385394 commit 4d59c78Copy full SHA for 4d59c78
tests/integ/test_tfs_eia_compilation.py
@@ -46,7 +46,7 @@ def test_compile_and_deploy_with_accelerator(
46
key_prefix="tensorflow-serving/compiledmodels",
47
)
48
bucket = sagemaker_session.default_bucket()
49
- with tests.integ.timeout.timeout_and_delete_endpoint_by_name(endpoint_name, sagemaker_session):
+ with timeout_and_delete_endpoint_by_name(endpoint_name, sagemaker_session):
50
model = TensorFlowModel(
51
model_data=model_data,
52
role="SageMakerRole",
0 commit comments