Skip to content

Commit 42743aa

Browse files
committed
fix: image_uri_region argument formatting
1 parent 3c10d48 commit 42743aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/sagemaker/sklearn/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def __init__(
100100
If ``framework_version`` or ``py_version`` are ``None``, then
101101
``image_uri`` is required. If also ``None``, then a ``ValueError``
102102
will be raised.
103-
image_uri_region (str): If ``image_uri` argument is None, the image uri
103+
image_uri_region (str): If ``image_uri`` argument is None, the image uri
104104
associated with this object will be in this region.
105-
Default: region associated with SageMaker session.
105+
Default: region associated with SageMaker session.
106106
**kwargs: Additional kwargs passed to the
107107
:class:`~sagemaker.estimator.Framework` constructor.
108108

src/sagemaker/xgboost/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def __init__(
9090
Examples:
9191
123.dkr.ecr.us-west-2.amazonaws.com/my-custom-image:1.0
9292
custom-image:latest.
93-
image_uri_region (str): If ``image_uri` argument is None, the image uri
93+
image_uri_region (str): If ``image_uri`` argument is None, the image uri
9494
associated with this object will be in this region.
95-
Default: region associated with SageMaker session.
95+
Default: region associated with SageMaker session.
9696
**kwargs: Additional kwargs passed to the
9797
:class:`~sagemaker.estimator.Framework` constructor.
9898

0 commit comments

Comments
 (0)