KnowledgeAgentRetrievalActivityRecord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a retrieval activity record. Please note KnowledgeAgentRetrievalActivityRecord is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KnowledgeAgentAzureBlobActivityRecord and KnowledgeAgentSearchIndexActivityRecord.
public class KnowledgeAgentRetrievalActivityRecord : Azure.Search.Documents.Agents.Models.KnowledgeAgentActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentRetrievalActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentRetrievalActivityRecord>
type KnowledgeAgentRetrievalActivityRecord = class
inherit KnowledgeAgentActivityRecord
interface IJsonModel<KnowledgeAgentRetrievalActivityRecord>
interface IPersistableModel<KnowledgeAgentRetrievalActivityRecord>
Public Class KnowledgeAgentRetrievalActivityRecord
Inherits KnowledgeAgentActivityRecord
Implements IJsonModel(Of KnowledgeAgentRetrievalActivityRecord), IPersistableModel(Of KnowledgeAgentRetrievalActivityRecord)
- Inheritance
- Derived
- Implements
Properties
Count |
The count of documents retrieved that were sufficiently relevant to pass the reranker threshold. |
ElapsedMs |
The elapsed time in milliseconds for the retrieval activity. (Inherited from KnowledgeAgentActivityRecord) |
Id |
The ID of the activity record. (Inherited from KnowledgeAgentActivityRecord) |
KnowledgeSourceName |
The knowledge source for the retrieval activity. |
QueryTime |
The query time for this retrieval activity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |