Share via


KnowledgeAgentSearchIndexActivityRecord Class

Definition

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
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)

Explicit Interface Implementations

IJsonModel<KnowledgeAgentActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from KnowledgeAgentActivityRecord)
IJsonModel<KnowledgeAgentActivityRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeAgentActivityRecord)
IJsonModel<KnowledgeAgentRetrievalActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from KnowledgeAgentRetrievalActivityRecord)
IJsonModel<KnowledgeAgentRetrievalActivityRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeAgentRetrievalActivityRecord)
IJsonModel<KnowledgeAgentSearchIndexActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<KnowledgeAgentSearchIndexActivityRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<KnowledgeAgentActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeAgentActivityRecord)
IPersistableModel<KnowledgeAgentActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from KnowledgeAgentActivityRecord)
IPersistableModel<KnowledgeAgentActivityRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeAgentActivityRecord)
IPersistableModel<KnowledgeAgentRetrievalActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from KnowledgeAgentRetrievalActivityRecord)
IPersistableModel<KnowledgeAgentRetrievalActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from KnowledgeAgentRetrievalActivityRecord)
IPersistableModel<KnowledgeAgentRetrievalActivityRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from KnowledgeAgentRetrievalActivityRecord)
IPersistableModel<KnowledgeAgentSearchIndexActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeAgentSearchIndexActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<KnowledgeAgentSearchIndexActivityRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to