Uses of Class
com.azure.search.documents.indexes.models.KnowledgeAgentModelKind
Packages that use KnowledgeAgentModelKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeAgentModelKind in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as KnowledgeAgentModelKindModifier and TypeFieldDescriptionstatic final KnowledgeAgentModelKindKnowledgeAgentModelKind.AZURE_OPEN_AIUse Azure Open AI models for query planning.Methods in com.azure.search.documents.indexes.models that return KnowledgeAgentModelKindModifier and TypeMethodDescriptionstatic KnowledgeAgentModelKindKnowledgeAgentModelKind.fromString(String name) Creates or finds a KnowledgeAgentModelKind from its string representation.KnowledgeAgentAzureOpenAIModel.getKind()Get the kind property: The type of AI model.KnowledgeAgentModel.getKind()Get the kind property: The type of AI model.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeAgentModelKindModifier and TypeMethodDescriptionstatic Collection<KnowledgeAgentModelKind> KnowledgeAgentModelKind.values()Gets known KnowledgeAgentModelKind values.