Caffe2Settings Class

Caffe2 job settings.

All required parameters must be populated in order to send to Azure.

Inheritance
Caffe2Settings

Constructor

Caffe2Settings(*, python_script_file_path: str, python_interpreter_path: Optional[str] = None, command_line_args: Optional[str] = None, **kwargs)

Parameters

python_script_file_path
str
Required

Required. The python script to execute.

python_interpreter_path
str
Required

The path to the Python interpreter.

command_line_args
str
Required

Command line arguments that need to be passed to the python script.