Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseModelAnswerSynthesisActivityRecord
Packages that use KnowledgeBaseModelAnswerSynthesisActivityRecord
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseModelAnswerSynthesisActivityRecord in com.azure.search.documents.knowledgebases.models
Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseModelAnswerSynthesisActivityRecordModifier and TypeMethodDescriptionKnowledgeBaseModelAnswerSynthesisActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseModelAnswerSynthesisActivityRecord from the JsonReader.KnowledgeBaseModelAnswerSynthesisActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the retrieval activity.KnowledgeBaseModelAnswerSynthesisActivityRecord.setError(KnowledgeBaseErrorDetail error) Set the error property: The error detail explaining why the operation failed.KnowledgeBaseModelAnswerSynthesisActivityRecord.setInputTokens(Integer inputTokens) Set the inputTokens property: The number of input tokens for the LLM answer synthesis activity.KnowledgeBaseModelAnswerSynthesisActivityRecord.setOutputTokens(Integer outputTokens) Set the outputTokens property: The number of output tokens for the LLM answer synthesis activity.