Class ImputeMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImputeMode>
com.azure.ai.anomalydetector.models.ImputeMode
Defines values for ImputeMode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImputeModeStatic value auto for ImputeMode.static final ImputeModeStatic value fixed for ImputeMode.static final ImputeModeStatic value linear for ImputeMode.static final ImputeModeStatic value notFill for ImputeMode.static final ImputeModeStatic value previous for ImputeMode.static final ImputeModeStatic value zero for ImputeMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImputeModefromString(String name) Creates or finds a ImputeMode from its string representation.static Collection<ImputeMode>values()Gets known ImputeMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value auto for ImputeMode. -
PREVIOUS
Static value previous for ImputeMode. -
LINEAR
Static value linear for ImputeMode. -
FIXED
Static value fixed for ImputeMode. -
ZERO
Static value zero for ImputeMode. -
NOT_FILL
Static value notFill for ImputeMode.
-
-
Constructor Details
-
ImputeMode
public ImputeMode()
-
-
Method Details
-
fromString
Creates or finds a ImputeMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ImputeMode.
-
values
Gets known ImputeMode values.- Returns:
- known ImputeMode values.
-