Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseActivityRecord
Packages that use KnowledgeBaseActivityRecord
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseActivityRecord in com.azure.search.documents.knowledgebases.models
Modifier and TypeClassDescriptionfinal classRepresents an agentic reasoning activity record.final classRepresents a azure blob retrieval activity record.final classRepresents a indexed OneLake retrieval activity record.final classRepresents a indexed SharePoint retrieval activity record.final classRepresents an LLM answer synthesis activity record.final classRepresents an LLM query planning activity record.final classRepresents a remote SharePoint retrieval activity record.classRepresents a retrieval activity record.final classRepresents a search index retrieval activity record.final classRepresents a web retrieval activity record.Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseActivityRecordModifier and TypeClassDescriptionclassBase type for activity records.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseActivityRecordModifier and TypeMethodDescriptionstatic KnowledgeBaseActivityRecordKnowledgeBaseActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseActivityRecord from the JsonReader.KnowledgeBaseActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the retrieval activity.KnowledgeBaseActivityRecord.setError(KnowledgeBaseErrorDetail error) Set the error property: The error detail explaining why the operation failed.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeBaseActivityRecordModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResponse.getActivity()Get the activity property: The activity records for tracking progress and billing implications.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type KnowledgeBaseActivityRecordModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResponse.setActivity(List<KnowledgeBaseActivityRecord> activity) Set the activity property: The activity records for tracking progress and billing implications.