Class KnowledgeAgentModelKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeAgentModelKind>
com.azure.search.documents.indexes.models.KnowledgeAgentModelKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeAgentModelKind
extends com.azure.core.util.ExpandableStringEnum<KnowledgeAgentModelKind>
The AI model to be used for query planning.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeAgentModelKindUse Azure Open AI models for query planning. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KnowledgeAgentModelKindfromString(String name) Creates or finds a KnowledgeAgentModelKind from its string representation.static Collection<KnowledgeAgentModelKind> values()Gets known KnowledgeAgentModelKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AZURE_OPEN_AI
Use Azure Open AI models for query planning.
-
-
Constructor Details
-
KnowledgeAgentModelKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeAgentModelKind value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeAgentModelKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeAgentModelKind.
-
values
Gets known KnowledgeAgentModelKind values.- Returns:
- known KnowledgeAgentModelKind values.
-
fromString(String)factory method.