.validate_smdataparallel_args | R Documentation |
Validate if user specifies a supported instance type, framework version, and python version.
.validate_smdataparallel_args( instance_type, framework_name, framework_version, py_version, distribution, image_uri = NULL )
instance_type |
(str): A string representing the type of training instance selected. Ex: 'ml.p3.16xlarge' |
framework_name |
(str): A string representing the name of framework selected. Ex: 'tensorflow' |
framework_version |
(str): A string representing the framework version selected. Ex: '2.3.1' |
py_version |
(str): A string representing the python version selected. Ex: 'py3' |
distribution |
(dict): A dictionary with information to enable distributed training. (Defaults to None if distributed training is not enabled.) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.