Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseReference
Packages that use KnowledgeBaseReference
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseReference in com.azure.search.documents.knowledgebases.models
Subclasses of KnowledgeBaseReference in com.azure.search.documents.knowledgebases.modelsModifier and TypeClassDescriptionfinal classRepresents an Azure Blob Storage document reference.final classRepresents an Azure Blob Storage document reference.final classRepresents an Azure Blob Storage document reference.final classRepresents a remote SharePoint document reference.final classRepresents an Azure Search document reference.final classRepresents a web document reference.Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseReferenceMethods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseReferenceModifier and TypeMethodDescriptionstatic KnowledgeBaseReferenceKnowledgeBaseReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseReference from the JsonReader.KnowledgeBaseReference.setRerankerScore(Float rerankerScore) Set the rerankerScore property: The reranker score for the document reference.KnowledgeBaseReference.setSourceData(Map<String, Object> sourceData) Set the sourceData property: Dictionary of <any>.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type KnowledgeBaseReferenceModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResponse.getReferences()Get the references property: The references for the retrieval data used in the response.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type KnowledgeBaseReferenceModifier and TypeMethodDescriptionKnowledgeBaseRetrievalResponse.setReferences(List<KnowledgeBaseReference> references) Set the references property: The references for the retrieval data used in the response.