Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseWebActivityRecord
Packages that use KnowledgeBaseWebActivityRecord
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseWebActivityRecord in com.azure.search.documents.knowledgebases.models
Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseWebActivityRecordModifier and TypeMethodDescriptionKnowledgeBaseWebActivityRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseWebActivityRecord from the JsonReader.Set the count property: The count of documents retrieved that were sufficiently relevant to pass the reranker threshold.KnowledgeBaseWebActivityRecord.setElapsedMs(Integer elapsedMs) Set the elapsedMs property: The elapsed time in milliseconds for the retrieval activity.KnowledgeBaseWebActivityRecord.setError(KnowledgeBaseErrorDetail error) Set the error property: The error detail explaining why the operation failed.KnowledgeBaseWebActivityRecord.setKnowledgeSourceName(String knowledgeSourceName) Set the knowledgeSourceName property: The knowledge source for the retrieval activity.KnowledgeBaseWebActivityRecord.setQueryTime(OffsetDateTime queryTime) Set the queryTime property: The query time for this retrieval activity.KnowledgeBaseWebActivityRecord.setWebArguments(KnowledgeBaseWebActivityArguments webArguments) Set the webArguments property: The web arguments for the retrieval activity.