Class Goal
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Goal>
com.azure.resourcemanager.machinelearning.models.Goal
Defines supported metric goals for hyperparameter tuning.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GoalfromString(String name) Creates or finds a Goal from its string representation.static Collection<Goal>values()Gets known Goal values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
MINIMIZE
Static value Minimize for Goal. -
MAXIMIZE
Static value Maximize for Goal.
-
-
Constructor Details
-
Goal
Deprecated.Use thefromString(String)factory method.Creates a new instance of Goal value.
-
-
Method Details
-
fromString
Creates or finds a Goal from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Goal.
-
values
Gets known Goal values.- Returns:
- known Goal values.
-
fromString(String)factory method.