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 Summary
FieldsModifier and TypeFieldDescriptionstatic final BatchLoggingLevelStatic value Debug for BatchLoggingLevel.static final BatchLoggingLevelStatic value Info for BatchLoggingLevel.static final BatchLoggingLevelStatic value Warning for BatchLoggingLevel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchLoggingLevelfromString(String name) Creates or finds a BatchLoggingLevel from its string representation.static Collection<BatchLoggingLevel>values()Gets known BatchLoggingLevel values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INFO
Static value Info for BatchLoggingLevel. -
WARNING
Static value Warning for BatchLoggingLevel. -
DEBUG
Static value Debug for BatchLoggingLevel.
-
-
Constructor Details
-
BatchLoggingLevel
Deprecated.Use thefromString(String)factory method.Creates a new instance of BatchLoggingLevel value.
-
-
Method Details
-
fromString
Creates or finds a BatchLoggingLevel from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BatchLoggingLevel.
-
values
Gets known BatchLoggingLevel values.- Returns:
- known BatchLoggingLevel values.
-
fromString(String)factory method.