Class SearchSemanticSearch
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchSemanticSearch>
com.azure.resourcemanager.search.models.SearchSemanticSearch
public final class SearchSemanticSearch
extends com.azure.core.util.ExpandableStringEnum<SearchSemanticSearch>
Sets options that control the availability of semantic ranking. This configuration is only possible for certain
search SKUs in certain locations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SearchSemanticSearchStatic value disabled for SearchSemanticSearch.static final SearchSemanticSearchStatic value free for SearchSemanticSearch.static final SearchSemanticSearchStatic value standard for SearchSemanticSearch. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchSemanticSearchfromString(String name) Creates or finds a SearchSemanticSearch from its string representation.static Collection<SearchSemanticSearch>values()Gets known SearchSemanticSearch values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DISABLED
Static value disabled for SearchSemanticSearch. -
FREE
Static value free for SearchSemanticSearch. -
STANDARD
Static value standard for SearchSemanticSearch.
-
-
Constructor Details
-
SearchSemanticSearch
Deprecated.Use thefromString(String)factory method.Creates a new instance of SearchSemanticSearch value.
-
-
Method Details
-
fromString
Creates or finds a SearchSemanticSearch from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SearchSemanticSearch.
-
values
Gets known SearchSemanticSearch values.- Returns:
- known SearchSemanticSearch values.
-
fromString(String)factory method.