File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ def __init__(
100
100
If ``framework_version`` or ``py_version`` are ``None``, then
101
101
``image_uri`` is required. If also ``None``, then a ``ValueError``
102
102
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
104
104
associated with this object will be in this region.
105
- Default: region associated with SageMaker session.
105
+ Default: region associated with SageMaker session.
106
106
**kwargs: Additional kwargs passed to the
107
107
:class:`~sagemaker.estimator.Framework` constructor.
108
108
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ def __init__(
90
90
Examples:
91
91
123.dkr.ecr.us-west-2.amazonaws.com/my-custom-image:1.0
92
92
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
94
94
associated with this object will be in this region.
95
- Default: region associated with SageMaker session.
95
+ Default: region associated with SageMaker session.
96
96
**kwargs: Additional kwargs passed to the
97
97
:class:`~sagemaker.estimator.Framework` constructor.
98
98
You can’t perform that action at this time.
0 commit comments