We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38e4ca commit c3bd56aCopy full SHA for c3bd56a
tests/integ/test_cifar.py renamed to tests/integ/test_tf_cifar.py
tests/integ/timeout.py
@@ -70,4 +70,4 @@ def timeout_and_delete_endpoint_by_name(endpoint_name, sagemaker_session, second
70
yield [t]
71
finally:
72
sagemaker_session.delete_endpoint(endpoint_name)
73
- LOGGER.info('deleted endpoint')
+ LOGGER.info('deleted endpoint {}'.format(endpoint_name))
0 commit comments