Class RandomSamplingAlgorithmRule
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RandomSamplingAlgorithmRule>
com.azure.resourcemanager.machinelearning.models.RandomSamplingAlgorithmRule
public final class RandomSamplingAlgorithmRule
extends com.azure.core.util.ExpandableStringEnum<RandomSamplingAlgorithmRule>
The specific type of random algorithm.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RandomSamplingAlgorithmRuleStatic value Random for RandomSamplingAlgorithmRule.static final RandomSamplingAlgorithmRuleStatic value Sobol for RandomSamplingAlgorithmRule. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RandomSamplingAlgorithmRulefromString(String name) Creates or finds a RandomSamplingAlgorithmRule from its string representation.values()Gets known RandomSamplingAlgorithmRule values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
RANDOM
Static value Random for RandomSamplingAlgorithmRule. -
SOBOL
Static value Sobol for RandomSamplingAlgorithmRule.
-
-
Constructor Details
-
RandomSamplingAlgorithmRule
Deprecated.Use thefromString(String)factory method.Creates a new instance of RandomSamplingAlgorithmRule value.
-
-
Method Details
-
fromString
Creates or finds a RandomSamplingAlgorithmRule from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RandomSamplingAlgorithmRule.
-
values
Gets known RandomSamplingAlgorithmRule values.- Returns:
- known RandomSamplingAlgorithmRule values.
-
fromString(String)factory method.