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

public final class LogVerbosity extends com.azure.core.util.ExpandableStringEnum<LogVerbosity>
Enum for setting log verbosity.
  • Field Details

    • NOT_SET

      public static final LogVerbosity NOT_SET
      Static value NotSet for LogVerbosity.
    • DEBUG

      public static final LogVerbosity DEBUG
      Static value Debug for LogVerbosity.
    • INFO

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

      public static final LogVerbosity WARNING
      Static value Warning for LogVerbosity.
    • ERROR

      public static final LogVerbosity ERROR
      Static value Error for LogVerbosity.
    • CRITICAL

      public static final LogVerbosity CRITICAL
      Static value Critical for LogVerbosity.
  • Constructor Details

    • LogVerbosity

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

    • fromString

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

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