Share via


KnowledgeBaseIndexedOneLakeActivityRecord Class

Definition

Represents a indexed OneLake retrieval activity record.

public class KnowledgeBaseIndexedOneLakeActivityRecord : Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseRetrievalActivityRecord, System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedOneLakeActivityRecord>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeBaseIndexedOneLakeActivityRecord>
type KnowledgeBaseIndexedOneLakeActivityRecord = class
    inherit KnowledgeBaseRetrievalActivityRecord
    interface IJsonModel<KnowledgeBaseIndexedOneLakeActivityRecord>
    interface IPersistableModel<KnowledgeBaseIndexedOneLakeActivityRecord>
Public Class KnowledgeBaseIndexedOneLakeActivityRecord
Inherits KnowledgeBaseRetrievalActivityRecord
Implements IJsonModel(Of KnowledgeBaseIndexedOneLakeActivityRecord), IPersistableModel(Of KnowledgeBaseIndexedOneLakeActivityRecord)
Inheritance
KnowledgeBaseIndexedOneLakeActivityRecord
Implements

Properties

Name Description
Count

The count of documents retrieved that were sufficiently relevant to pass the reranker threshold.

(Inherited from KnowledgeBaseRetrievalActivityRecord)
ElapsedMs

The elapsed time in milliseconds for the retrieval activity.

(Inherited from KnowledgeBaseActivityRecord)
Error

The error detail explaining why the operation failed. This property is only included when the activity does not succeed.

(Inherited from KnowledgeBaseActivityRecord)
Id

The ID of the activity record.

(Inherited from KnowledgeBaseActivityRecord)
IndexedOneLakeArguments

The indexed OneLake arguments for the retrieval activity.

KnowledgeSourceName

The knowledge source for the retrieval activity.

(Inherited from KnowledgeBaseRetrievalActivityRecord)
QueryTime

The query time for this retrieval activity.

(Inherited from KnowledgeBaseRetrievalActivityRecord)

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<KnowledgeBaseActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeBaseActivityRecord)
IJsonModel<KnowledgeBaseIndexedOneLakeActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KnowledgeBaseIndexedOneLakeActivityRecord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<KnowledgeBaseRetrievalActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from KnowledgeBaseRetrievalActivityRecord)
IPersistableModel<KnowledgeBaseActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from KnowledgeBaseActivityRecord)
IPersistableModel<KnowledgeBaseIndexedOneLakeActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseIndexedOneLakeActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseIndexedOneLakeActivityRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<KnowledgeBaseRetrievalActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from KnowledgeBaseRetrievalActivityRecord)

Applies to