Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentActivityRecord
Packages that use KnowledgeAgentActivityRecord
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentActivityRecord in com.azure.search.documents.agents.models
Subclasses of KnowledgeAgentActivityRecord in com.azure.search.documents.agents.modelsModifier and TypeClassDescriptionfinal classRepresents an LLM query planning activity record.final classRepresents a retrieval activity record.final classRepresents a semantic ranker activity record.Methods in com.azure.search.documents.agents.models that return KnowledgeAgentActivityRecordModifier and TypeMethodDescriptionstatic KnowledgeAgentActivityRecordKnowledgeAgentActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentActivityRecord from the JsonReader.Methods in com.azure.search.documents.agents.models that return types with arguments of type KnowledgeAgentActivityRecordModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.getActivity()Get the activity property: The activity records for tracking progress and billing implications.Method parameters in com.azure.search.documents.agents.models with type arguments of type KnowledgeAgentActivityRecordModifier and TypeMethodDescriptionKnowledgeAgentRetrievalResponse.setActivity(List<KnowledgeAgentActivityRecord> activity) Set the activity property: The activity records for tracking progress and billing implications.