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__(
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments