次の方法で共有


AzureAISearchQueryType Class

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 AzureAISearchQueryType SEMANTIC

Query type `semantic`.

static final AzureAISearchQueryType SIMPLE

Query type `simple`.

static final AzureAISearchQueryType VECTOR

Query type `vector`.

static final AzureAISearchQueryType VECTOR_SEMANTIC_HYBRID

Query type `vector_semantic_hybrid`.

static final AzureAISearchQueryType 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 AzureAISearchQueryType value.

Method Summary

Modifier and Type Method and Description
static AzureAISearchQueryType fromString(String name)

Creates or finds a AzureAISearchQueryType from its string representation.

static Collection<AzureAISearchQueryType> values()

Gets known AzureAISearchQueryType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding AzureAISearchQueryType.

values

public static Collection<AzureAISearchQueryType> values()

Gets known AzureAISearchQueryType values.

Returns:

known AzureAISearchQueryType values.

Applies to