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