Skip to content
Merged
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 @@ -2468,7 +2468,7 @@
},
"toolType": {
"title": "The toolkit type of this job.",
"description": "Possible values are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, mpi, horovod.",
"description": "Possible values are: cntk, tensorflow, caffe, caffe2, chainer, pytorch, custom, custommpi, horovod.",
"$ref": "#/definitions/ToolType"
},
"cntkSettings": {
Expand Down Expand Up @@ -2888,7 +2888,7 @@
"caffe2",
"chainer",
"horovod",
"mpi",
"custommpi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sarangan12 This causes a breaking change in the C# SDKs generated, did you confirm the same.

"custom"
],
"x-ms-enum": {
Expand Down