Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseAgenticReasoningActivityRecord
Packages that use KnowledgeBaseAgenticReasoningActivityRecord
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseAgenticReasoningActivityRecord in com.azure.search.documents.knowledgebases.models
Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseAgenticReasoningActivityRecordModifier and TypeMethodDescriptionKnowledgeBaseAgenticReasoningActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseAgenticReasoningActivityRecord from the JsonReader.KnowledgeBaseAgenticReasoningActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the retrieval activity.KnowledgeBaseAgenticReasoningActivityRecord.setError(KnowledgeBaseErrorDetail error) Set the error property: The error detail explaining why the operation failed.KnowledgeBaseAgenticReasoningActivityRecord.setReasoningTokens(Integer reasoningTokens) Set the reasoningTokens property: The number of input tokens for agentic reasoning.KnowledgeBaseAgenticReasoningActivityRecord.setRetrievalReasoningEffort(KnowledgeRetrievalReasoningEffort retrievalReasoningEffort) Set the retrievalReasoningEffort property: The retrievalReasoningEffort property.