Share via


KnowledgeBaseAzureBlobActivityRecord Class

Definition

Represents a azure blob retrieval activity record.

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

Properties

Name Description
AzureBlobArguments

The azure blob arguments for the retrieval activity.

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)
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<KnowledgeBaseAzureBlobActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<KnowledgeBaseAzureBlobActivityRecord>.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<KnowledgeBaseAzureBlobActivityRecord>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeBaseAzureBlobActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeBaseAzureBlobActivityRecord>.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