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