AzureAISearchQueryType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. agents. persistent. models. AzureAISearchQueryType
- com.
- com.
public final class AzureAISearchQueryType
extends ExpandableStringEnum<AzureAISearchQueryType>
Available query types for Azure AI Search tool.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Azure |
SEMANTIC
Query type `semantic`. |
|
static final
Azure |
SIMPLE
Query type `simple`. |
|
static final
Azure |
VECTOR
Query type `vector`. |
|
static final
Azure |
VECTOR_SEMANTIC_HYBRID
Query type `vector_semantic_hybrid`. |
|
static final
Azure |
VECTOR_SIMPLE_HYBRID
Query type `vector_simple_hybrid`. |
Constructor Summary
| Constructor | Description |
|---|---|
| AzureAISearchQueryType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromString(String name)
Creates or finds a Azure |
|
static
Collection<Azure |
values()
Gets known Azure |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
SEMANTIC
public static final AzureAISearchQueryType SEMANTIC
Query type `semantic`.
SIMPLE
public static final AzureAISearchQueryType SIMPLE
Query type `simple`.
VECTOR
public static final AzureAISearchQueryType VECTOR
Query type `vector`.
VECTOR_SEMANTIC_HYBRID
public static final AzureAISearchQueryType VECTOR_SEMANTIC_HYBRID
Query type `vector_semantic_hybrid`.
VECTOR_SIMPLE_HYBRID
public static final AzureAISearchQueryType VECTOR_SIMPLE_HYBRID
Query type `vector_simple_hybrid`.
Constructor Details
AzureAISearchQueryType
@Deprecated
public AzureAISearchQueryType()
Deprecated
Creates a new instance of AzureAISearchQueryType value.
Method Details
fromString
public static AzureAISearchQueryType fromString(String name)
Creates or finds a AzureAISearchQueryType from its string representation.
Parameters:
Returns:
values
public static Collection<AzureAISearchQueryType> values()
Gets known AzureAISearchQueryType values.
Returns: