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 3e751be commit 9542fe0Copy full SHA for 9542fe0
tests/integ/auto_ml_utils.py
@@ -26,7 +26,7 @@
26
27
28
def create_auto_ml_job_if_not_exist(sagemaker_session):
29
- auto_ml_job_name = "python-sdk-integ-test-base-job"
+ auto_ml_job_name = "python-sdk-integ-test-base-automl-job"
30
31
try:
32
sagemaker_session.describe_auto_ml_job(job_name=auto_ml_job_name)
tests/integ/test_auto_ml.py
@@ -40,7 +40,7 @@
40
MODE = "ENSEMBLING"
41
42
# use a succeeded AutoML job to test describe and list candidates method, otherwise tests will run too long
43
-AUTO_ML_JOB_NAME = "python-sdk-integ-test-base-job"
+AUTO_ML_JOB_NAME = "python-sdk-integ-test-base-automl-job"
44
DEFAULT_MODEL_NAME = "python-sdk-automl"
45
46
0 commit comments