SearchSemanticSearch type
Defines values for SearchSemanticSearch.
KnownSearchSemanticSearch can be used interchangeably with SearchSemanticSearch,
this enum contains the known values that the service supports.
Known values supported by the service
disabled: Indicates that semantic reranker is disabled for the search service. This is the default.
free: Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services.
standard: Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries.
type SearchSemanticSearch = string