Skip to content

Commit fdb858f

Browse files
author
pialidas
committed
Few minor fixes to the comments
1 parent 0324152 commit fdb858f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/automl/automl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ def _get_supported_inference_keys(cls, container, default=None):
467467
List of keys the container support or default
468468
469469
Raises:
470-
Value error if the default is None and the container definition has
471-
no marker environment variable.
470+
KeyError if the default is None and the container definition has
471+
no marker environment variable SAGEMAKER_INFERENCE_SUPPORTED.
472472
"""
473473
try:
474474
return [

0 commit comments

Comments
 (0)