다음을 통해 공유


KnowledgeAgentSemanticRankerActivityRecord Class

Definition

Represents a semantic ranker activity record.

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

Properties

ElapsedMs

The elapsed time in milliseconds for the model activity.

Id

The ID of the activity record.

(Inherited from KnowledgeAgentActivityRecord)
InputTokens

The number of input tokens for the semantic ranker 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<KnowledgeAgentSemanticRankerActivityRecord>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Converts the provided BinaryData into a model.

IPersistableModel<KnowledgeAgentSemanticRankerActivityRecord>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<KnowledgeAgentSemanticRankerActivityRecord>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to