Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ToolType(str, Enum):
caffe2 = "caffe2"
chainer = "chainer"
horovod = "horovod"
mpi = "mpi"
custommpi = "custommpi"
custom = "custom"


Expand Down
4 changes: 2 additions & 2 deletions azure-mgmt-batchai/azure/mgmt/batchai/models/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class Job(ProxyResource):
on the VM.
:type container_settings: ~azure.mgmt.batchai.models.ContainerSettings
:param tool_type: The toolkit type of this job. Possible values are: cntk,
tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod.
tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, horovod.
Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2',
'chainer', 'horovod', 'mpi', 'custom'
'chainer', 'horovod', 'custommpi', 'custom'
:type tool_type: str or ~azure.mgmt.batchai.models.ToolType
:param cntk_settings: Specifies the settings for CNTK (aka Microsoft
Cognitive Toolkit) job.
Expand Down
4 changes: 2 additions & 2 deletions azure-mgmt-batchai/azure/mgmt/batchai/models/job_py3.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class Job(ProxyResource):
on the VM.
:type container_settings: ~azure.mgmt.batchai.models.ContainerSettings
:param tool_type: The toolkit type of this job. Possible values are: cntk,
tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod.
tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, horovod.
Possible values include: 'cntk', 'tensorflow', 'caffe', 'caffe2',
'chainer', 'horovod', 'mpi', 'custom'
'chainer', 'horovod', 'custommpi', 'custom'
:type tool_type: str or ~azure.mgmt.batchai.models.ToolType
:param cntk_settings: Specifies the settings for CNTK (aka Microsoft
Cognitive Toolkit) job.
Expand Down