dot-validate_smdataparallel_args: Check if request is using unsupported arguments.

.validate_smdataparallel_argsR Documentation

Check if request is using unsupported arguments.

Description

Validate if user specifies a supported instance type, framework version, and python version.

Usage

.validate_smdataparallel_args(
  instance_type,
  framework_name,
  framework_version,
  py_version,
  distribution,
  image_uri = NULL
)

Arguments

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.)


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.