Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseIndexedOneLakeActivityArguments
Packages that use KnowledgeBaseIndexedOneLakeActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseIndexedOneLakeActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseIndexedOneLakeActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the indexed OneLake retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseIndexedOneLakeActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseIndexedOneLakeActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseIndexedOneLakeActivityArguments from the JsonReader.KnowledgeBaseIndexedOneLakeActivityRecord.getIndexedOneLakeArguments()Get the indexedOneLakeArguments property: The indexed OneLake arguments for the retrieval activity.Set the search property: The search string used to query indexed OneLake contents.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseIndexedOneLakeActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseIndexedOneLakeActivityRecord.setIndexedOneLakeArguments(KnowledgeBaseIndexedOneLakeActivityArguments indexedOneLakeArguments) Set the indexedOneLakeArguments property: The indexed OneLake arguments for the retrieval activity.