KnowledgeAgentSearchIndexActivityRecord 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 search index retrieval activity record.
public class KnowledgeAgentSearchIndexActivityRecord : Azure.Search.Documents.Agents.Models.KnowledgeAgentRetrievalActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.Agents.Models.KnowledgeAgentSearchIndexActivityRecord>
type KnowledgeAgentSearchIndexActivityRecord = class
inherit KnowledgeAgentRetrievalActivityRecord
interface IJsonModel<KnowledgeAgentSearchIndexActivityRecord>
interface IPersistableModel<KnowledgeAgentSearchIndexActivityRecord>
Public Class KnowledgeAgentSearchIndexActivityRecord
Inherits KnowledgeAgentRetrievalActivityRecord
Implements IJsonModel(Of KnowledgeAgentSearchIndexActivityRecord), IPersistableModel(Of KnowledgeAgentSearchIndexActivityRecord)
- Inheritance
-
KnowledgeAgentSearchIndexActivityRecord
- Implements
Properties
Count |
The count of documents retrieved that were sufficiently relevant to pass the reranker threshold. (Inherited from KnowledgeAgentRetrievalActivityRecord) |
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. (Inherited from KnowledgeAgentRetrievalActivityRecord) |
QueryTime |
The query time for this retrieval activity. (Inherited from KnowledgeAgentRetrievalActivityRecord) |
SearchIndexArguments |
The search index arguments for the retrieval activity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |