Class ToolType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ToolType>
com.microsoft.azure.management.batchai.ToolType
Defines values for ToolType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ToolType
Static value caffe for ToolType.static final ToolType
Static value caffe2 for ToolType.static final ToolType
Static value chainer for ToolType.static final ToolType
Static value cntk for ToolType.static final ToolType
Static value custom for ToolType.static final ToolType
Static value horovod for ToolType.static final ToolType
Static value mpi for ToolType.static final ToolType
Static value tensorflow for ToolType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ToolType
fromString
(String name) Creates or finds a ToolType from its string representation.static Collection<ToolType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CNTK
Static value cntk for ToolType. -
TENSORFLOW
Static value tensorflow for ToolType. -
CAFFE
Static value caffe for ToolType. -
CAFFE2
Static value caffe2 for ToolType. -
CHAINER
Static value chainer for ToolType. -
HOROVOD
Static value horovod for ToolType. -
MPI
Static value mpi for ToolType. -
CUSTOM
Static value custom for ToolType.
-
-
Constructor Details
-
ToolType
public ToolType()
-
-
Method Details
-
fromString
Creates or finds a ToolType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ToolType
-
values
- Returns:
- known ToolType values
-