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