Class BlockedTransformers
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlockedTransformers>
com.azure.resourcemanager.machinelearning.models.BlockedTransformers
public final class BlockedTransformers
extends com.azure.core.util.ExpandableStringEnum<BlockedTransformers>
Enum for all classification models supported by AutoML.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlockedTransformersStatic value CatTargetEncoder for BlockedTransformers.static final BlockedTransformersStatic value CountVectorizer for BlockedTransformers.static final BlockedTransformersStatic value HashOneHotEncoder for BlockedTransformers.static final BlockedTransformersStatic value LabelEncoder for BlockedTransformers.static final BlockedTransformersStatic value NaiveBayes for BlockedTransformers.static final BlockedTransformersStatic value OneHotEncoder for BlockedTransformers.static final BlockedTransformersStatic value TextTargetEncoder for BlockedTransformers.static final BlockedTransformersStatic value TfIdf for BlockedTransformers.static final BlockedTransformersStatic value WoETargetEncoder for BlockedTransformers.static final BlockedTransformersStatic value WordEmbedding for BlockedTransformers. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockedTransformersfromString(String name) Creates or finds a BlockedTransformers from its string representation.static Collection<BlockedTransformers>values()Gets known BlockedTransformers values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TEXT_TARGET_ENCODER
Static value TextTargetEncoder for BlockedTransformers. -
ONE_HOT_ENCODER
Static value OneHotEncoder for BlockedTransformers. -
CAT_TARGET_ENCODER
Static value CatTargetEncoder for BlockedTransformers. -
TF_IDF
Static value TfIdf for BlockedTransformers. -
WO_ETARGET_ENCODER
Static value WoETargetEncoder for BlockedTransformers. -
LABEL_ENCODER
Static value LabelEncoder for BlockedTransformers. -
WORD_EMBEDDING
Static value WordEmbedding for BlockedTransformers. -
NAIVE_BAYES
Static value NaiveBayes for BlockedTransformers. -
COUNT_VECTORIZER
Static value CountVectorizer for BlockedTransformers. -
HASH_ONE_HOT_ENCODER
Static value HashOneHotEncoder for BlockedTransformers.
-
-
Constructor Details
-
BlockedTransformers
Deprecated.Use thefromString(String)factory method.Creates a new instance of BlockedTransformers value.
-
-
Method Details
-
fromString
Creates or finds a BlockedTransformers from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BlockedTransformers.
-
values
Gets known BlockedTransformers values.- Returns:
- known BlockedTransformers values.
-
fromString(String)factory method.