SearchSemanticSearch Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. search. models. SearchSemanticSearch
- com.
- com.
public final class SearchSemanticSearch
extends 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
Modifier and Type | Field and Description |
---|---|
static final
Search |
DISABLED
Static value disabled for Search |
static final
Search |
FREE
Static value free for Search |
static final
Search |
STANDARD
Static value standard for Search |
Constructor Summary
Constructor | Description |
---|---|
SearchSemanticSearch() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Search |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Search |
fromString(String name)
Creates or finds a Search |
static
Collection<Search |
values()
Gets known Search |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final SearchSemanticSearch DISABLED
Static value disabled for SearchSemanticSearch.
FREE
public static final SearchSemanticSearch FREE
Static value free for SearchSemanticSearch.
STANDARD
public static final SearchSemanticSearch STANDARD
Static value standard for SearchSemanticSearch.
Constructor Details
SearchSemanticSearch
@Deprecated
public SearchSemanticSearch()
Deprecated
Creates a new instance of SearchSemanticSearch value.
Method Details
fromString
public static SearchSemanticSearch fromString(String name)
Creates or finds a SearchSemanticSearch from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SearchSemanticSearch values.
Returns:
Applies to
Azure SDK for Java