Class BatchLoggingLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BatchLoggingLevel>
com.azure.resourcemanager.machinelearning.models.BatchLoggingLevel

public final class BatchLoggingLevel extends com.azure.core.util.ExpandableStringEnum<BatchLoggingLevel>
Log verbosity for batch inferencing. Increasing verbosity order for logging is : Warning, Info and Debug. The default value is Info.
  • Field Details

    • INFO

      public static final BatchLoggingLevel INFO
      Static value Info for BatchLoggingLevel.
    • WARNING

      public static final BatchLoggingLevel WARNING
      Static value Warning for BatchLoggingLevel.
    • DEBUG

      public static final BatchLoggingLevel DEBUG
      Static value Debug for BatchLoggingLevel.
  • Constructor Details

    • BatchLoggingLevel

      @Deprecated public BatchLoggingLevel()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BatchLoggingLevel value.
  • Method Details

    • fromString

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

      public static Collection<BatchLoggingLevel> values()
      Gets known BatchLoggingLevel values.
      Returns:
      known BatchLoggingLevel values.