@@ -689,7 +689,7 @@ def validate_smdistributed(
689
689
framework_name (str): A string representing the name of framework selected.
690
690
framework_version (str): A string representing the framework version selected.
691
691
py_version (str): A string representing the python version selected.
692
- Ex: `py38, py39, py310, py311`
692
+ Ex: `py38, py39, py310, py311, py312 `
693
693
distribution (dict): A dictionary with information to enable distributed training.
694
694
(Defaults to None if distributed training is not enabled.) For example:
695
695
@@ -762,7 +762,7 @@ def _validate_smdataparallel_args(
762
762
framework_name (str): A string representing the name of framework selected. Ex: `tensorflow`
763
763
framework_version (str): A string representing the framework version selected. Ex: `2.3.1`
764
764
py_version (str): A string representing the python version selected.
765
- Ex: `py38, py39, py310, py311`
765
+ Ex: `py38, py39, py310, py311, py312 `
766
766
distribution (dict): A dictionary with information to enable distributed training.
767
767
(Defaults to None if distributed training is not enabled.) Ex:
768
768
@@ -846,7 +846,7 @@ def validate_distribution(
846
846
framework_name (str): A string representing the name of framework selected.
847
847
framework_version (str): A string representing the framework version selected.
848
848
py_version (str): A string representing the python version selected.
849
- Ex: `py38, py39, py310, py311`
849
+ Ex: `py38, py39, py310, py311, py312 `
850
850
image_uri (str): A string representing a Docker image URI.
851
851
kwargs(dict): Additional kwargs passed to this function
852
852
@@ -1010,7 +1010,7 @@ def validate_torch_distributed_distribution(
1010
1010
}
1011
1011
framework_version (str): A string representing the framework version selected.
1012
1012
py_version (str): A string representing the python version selected.
1013
- Ex: `py38, py39, py310, py311`
1013
+ Ex: `py38, py39, py310, py311, py312 `
1014
1014
image_uri (str): A string representing a Docker image URI.
1015
1015
entry_point (str or PipelineVariable): The absolute or relative path to the local Python
1016
1016
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):
1162
1162
Args:
1163
1163
framework_version (str): The version of the framework.
1164
1164
py_version (str): A string representing the python version selected.
1165
- Ex: `py38, py39, py310, py311`
1165
+ Ex: `py38, py39, py310, py311, py312 `
1166
1166
image_uri (str): The URI of the image.
1167
1167
1168
1168
Raises:
@@ -1194,7 +1194,7 @@ def create_image_uri(
1194
1194
instance_type (str): SageMaker instance type. Used to determine device
1195
1195
type (cpu/gpu/family-specific optimized).
1196
1196
framework_version (str): The version of the framework.
1197
- py_version (str): Optional. Python version Ex: `py38, py39, py310, py311`.
1197
+ py_version (str): Optional. Python version Ex: `py38, py39, py310, py311, py312 `.
1198
1198
If not specified, image uri will not include a python component.
1199
1199
account (str): AWS account that contains the image. (default:
1200
1200
'520713654638')
0 commit comments