Uses of Class
com.azure.search.documents.indexes.models.KnowledgeAgentModel
Packages that use KnowledgeAgentModel
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of KnowledgeAgentModel in com.azure.search.documents.indexes.models
Subclasses of KnowledgeAgentModel in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classSpecifies the Azure OpenAI resource used to do query planning.Methods in com.azure.search.documents.indexes.models that return KnowledgeAgentModelModifier and TypeMethodDescriptionstatic KnowledgeAgentModelKnowledgeAgentModel.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentModel from the JsonReader.Methods in com.azure.search.documents.indexes.models that return types with arguments of type KnowledgeAgentModelModifier and TypeMethodDescriptionKnowledgeAgent.getModels()Get the models property: Contains configuration options on how to connect to AI models.Constructor parameters in com.azure.search.documents.indexes.models with type arguments of type KnowledgeAgentModelModifierConstructorDescriptionKnowledgeAgent(String name, List<KnowledgeAgentModel> models, List<KnowledgeAgentTargetIndex> targetIndexes) Creates an instance of KnowledgeAgent class.