SearchModelFactory.KnowledgeAgentSemanticRankerActivityRecord Method
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.
Initializes a new instance of KnowledgeAgentSemanticRankerActivityRecord.
public static Azure.Search.Documents.Agents.Models.KnowledgeAgentSemanticRankerActivityRecord KnowledgeAgentSemanticRankerActivityRecord(int id = 0, int? inputTokens = default, int? elapsedMs = default);
static member KnowledgeAgentSemanticRankerActivityRecord : int * Nullable<int> * Nullable<int> -> Azure.Search.Documents.Agents.Models.KnowledgeAgentSemanticRankerActivityRecord
Public Shared Function KnowledgeAgentSemanticRankerActivityRecord (Optional id As Integer = 0, Optional inputTokens As Nullable(Of Integer) = Nothing, Optional elapsedMs As Nullable(Of Integer) = Nothing) As KnowledgeAgentSemanticRankerActivityRecord
Parameters
- id
- Int32
The ID of the activity record.
Returns
A new KnowledgeAgentSemanticRankerActivityRecord instance for mocking.