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