Class ToolType

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ToolType>
com.microsoft.azure.management.batchai.ToolType

public final class ToolType extends com.microsoft.rest.ExpandableStringEnum<ToolType>
Defines values for ToolType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ToolType
    Creates or finds a ToolType from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CNTK

      public static final ToolType CNTK
      Static value cntk for ToolType.
    • TENSORFLOW

      public static final ToolType TENSORFLOW
      Static value tensorflow for ToolType.
    • CAFFE

      public static final ToolType CAFFE
      Static value caffe for ToolType.
    • CAFFE2

      public static final ToolType CAFFE2
      Static value caffe2 for ToolType.
    • CHAINER

      public static final ToolType CHAINER
      Static value chainer for ToolType.
    • HOROVOD

      public static final ToolType HOROVOD
      Static value horovod for ToolType.
    • MPI

      public static final ToolType MPI
      Static value mpi for ToolType.
    • CUSTOM

      public static final ToolType CUSTOM
      Static value custom for ToolType.
  • Constructor Details

    • ToolType

      public ToolType()
  • Method Details

    • fromString

      public static ToolType fromString(String name)
      Creates or finds a ToolType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding ToolType
    • values

      public static Collection<ToolType> values()
      Returns:
      known ToolType values