Uses of Class
com.azure.search.documents.agents.models.KnowledgeAgentSemanticRankerActivityRecord
Packages that use KnowledgeAgentSemanticRankerActivityRecord
Package
Description
Package containing the data models for KnowledgeAgentRetrievalClient.
-
Uses of KnowledgeAgentSemanticRankerActivityRecord in com.azure.search.documents.agents.models
Methods in com.azure.search.documents.agents.models that return KnowledgeAgentSemanticRankerActivityRecordModifier and TypeMethodDescriptionKnowledgeAgentSemanticRankerActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeAgentSemanticRankerActivityRecord from the JsonReader.KnowledgeAgentSemanticRankerActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the model activity.KnowledgeAgentSemanticRankerActivityRecord.setInputTokens(Integer inputTokens) Set the inputTokens property: The number of input tokens for the semantic ranker activity.