@@ -689,7 +689,7 @@ def validate_smdistributed(
689689 framework_name (str): A string representing the name of framework selected.
690690 framework_version (str): A string representing the framework version selected.
691691 py_version (str): A string representing the python version selected.
692- Ex: `py38, py39, py310, py311, py312 `
692+ Ex: `py38, py39, py310, py311`
693693 distribution (dict): A dictionary with information to enable distributed training.
694694 (Defaults to None if distributed training is not enabled.) For example:
695695
@@ -762,7 +762,7 @@ def _validate_smdataparallel_args(
762762 framework_name (str): A string representing the name of framework selected. Ex: `tensorflow`
763763 framework_version (str): A string representing the framework version selected. Ex: `2.3.1`
764764 py_version (str): A string representing the python version selected.
765- Ex: `py38, py39, py310, py311, py312 `
765+ Ex: `py38, py39, py310, py311`
766766 distribution (dict): A dictionary with information to enable distributed training.
767767 (Defaults to None if distributed training is not enabled.) Ex:
768768
@@ -846,7 +846,7 @@ def validate_distribution(
846846 framework_name (str): A string representing the name of framework selected.
847847 framework_version (str): A string representing the framework version selected.
848848 py_version (str): A string representing the python version selected.
849- Ex: `py38, py39, py310, py311, py312 `
849+ Ex: `py38, py39, py310, py311`
850850 image_uri (str): A string representing a Docker image URI.
851851 kwargs(dict): Additional kwargs passed to this function
852852
@@ -1010,7 +1010,7 @@ def validate_torch_distributed_distribution(
10101010 }
10111011 framework_version (str): A string representing the framework version selected.
10121012 py_version (str): A string representing the python version selected.
1013- Ex: `py38, py39, py310, py311, py312 `
1013+ Ex: `py38, py39, py310, py311`
10141014 image_uri (str): A string representing a Docker image URI.
10151015 entry_point (str or PipelineVariable): The absolute or relative path to the local Python
10161016 source file that should be executed as the entry point to
@@ -1162,7 +1162,7 @@ def validate_version_or_image_args(framework_version, py_version, image_uri):
11621162 Args:
11631163 framework_version (str): The version of the framework.
11641164 py_version (str): A string representing the python version selected.
1165- Ex: `py38, py39, py310, py311, py312 `
1165+ Ex: `py38, py39, py310, py311`
11661166 image_uri (str): The URI of the image.
11671167
11681168 Raises:
@@ -1194,7 +1194,7 @@ def create_image_uri(
11941194 instance_type (str): SageMaker instance type. Used to determine device
11951195 type (cpu/gpu/family-specific optimized).
11961196 framework_version (str): The version of the framework.
1197- py_version (str): Optional. Python version Ex: `py38, py39, py310, py311, py312 `.
1197+ py_version (str): Optional. Python version Ex: `py38, py39, py310, py311`.
11981198 If not specified, image uri will not include a python component.
11991199 account (str): AWS account that contains the image. (default:
12001200 '520713654638')
0 commit comments