Class LogVerbosity
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LogVerbosity>
com.azure.resourcemanager.machinelearning.models.LogVerbosity
Enum for setting log verbosity.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogVerbosityStatic value Critical for LogVerbosity.static final LogVerbosityStatic value Debug for LogVerbosity.static final LogVerbosityStatic value Error for LogVerbosity.static final LogVerbosityStatic value Info for LogVerbosity.static final LogVerbosityStatic value NotSet for LogVerbosity.static final LogVerbosityStatic value Warning for LogVerbosity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LogVerbosityfromString(String name) Creates or finds a LogVerbosity from its string representation.static Collection<LogVerbosity>values()Gets known LogVerbosity values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NOT_SET
Static value NotSet for LogVerbosity. -
DEBUG
Static value Debug for LogVerbosity. -
INFO
Static value Info for LogVerbosity. -
WARNING
Static value Warning for LogVerbosity. -
ERROR
Static value Error for LogVerbosity. -
CRITICAL
Static value Critical for LogVerbosity.
-
-
Constructor Details
-
LogVerbosity
Deprecated.Use thefromString(String)factory method.Creates a new instance of LogVerbosity value.
-
-
Method Details
-
fromString
Creates or finds a LogVerbosity from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LogVerbosity.
-
values
Gets known LogVerbosity values.- Returns:
- known LogVerbosity values.
-
fromString(String)factory method.