public final class com.microsoft.azure.management.batchai.ToolType extends com.microsoft.rest.ExpandableStringEnum<com.microsoft.azure.management.batchai.ToolType>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.azure.management.batchai.ToolType
  super_class: com.microsoft.rest.ExpandableStringEnum
{
  public static final com.microsoft.azure.management.batchai.ToolType CNTK;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType TENSORFLOW;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType CAFFE;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType CAFFE2;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType CHAINER;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType HOROVOD;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType MPI;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.microsoft.azure.management.batchai.ToolType CUSTOM;
    descriptor: Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 20
            ldc "cntk"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.CNTK:Lcom/microsoft/azure/management/batchai/ToolType;
         1: .line 23
            ldc "tensorflow"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.TENSORFLOW:Lcom/microsoft/azure/management/batchai/ToolType;
         2: .line 26
            ldc "caffe"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.CAFFE:Lcom/microsoft/azure/management/batchai/ToolType;
         3: .line 29
            ldc "caffe2"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.CAFFE2:Lcom/microsoft/azure/management/batchai/ToolType;
         4: .line 32
            ldc "chainer"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.CHAINER:Lcom/microsoft/azure/management/batchai/ToolType;
         5: .line 35
            ldc "horovod"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.HOROVOD:Lcom/microsoft/azure/management/batchai/ToolType;
         6: .line 38
            ldc "mpi"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.MPI:Lcom/microsoft/azure/management/batchai/ToolType;
         7: .line 41
            ldc "custom"
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
            putstatic com.microsoft.azure.management.batchai.ToolType.CUSTOM:Lcom/microsoft/azure/management/batchai/ToolType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.batchai.ToolType this
         0: .line 18
            aload 0 /* this */
            invokespecial com.microsoft.rest.ExpandableStringEnum.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.batchai.ToolType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/batchai/ToolType;

  public static com.microsoft.azure.management.batchai.ToolType fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/batchai/ToolType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String name
         0: .line 50
            aload 0 /* name */
            ldc Lcom/microsoft/azure/management/batchai/ToolType;
            invokestatic com.microsoft.azure.management.batchai.ToolType.fromString:(Ljava/lang/String;Ljava/lang/Class;)Lcom/microsoft/rest/ExpandableStringEnum;
            checkcast com.microsoft.azure.management.batchai.ToolType
            areturn
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  name  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonCreator()
    MethodParameters:
      Name  Flags
      name  

  public static java.util.Collection<com.microsoft.azure.management.batchai.ToolType> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 57
            ldc Lcom/microsoft/azure/management/batchai/ToolType;
            invokestatic com.microsoft.azure.management.batchai.ToolType.values:(Ljava/lang/Class;)Ljava/util/Collection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: ()Ljava/util/Collection<Lcom/microsoft/azure/management/batchai/ToolType;>;
}
Signature: Lcom/microsoft/rest/ExpandableStringEnum<Lcom/microsoft/azure/management/batchai/ToolType;>;
SourceFile: "ToolType.java"