Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseAzureBlobActivityArguments
Packages that use KnowledgeBaseAzureBlobActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseAzureBlobActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseAzureBlobActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the azure blob retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseAzureBlobActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseAzureBlobActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseAzureBlobActivityArguments from the JsonReader.KnowledgeBaseAzureBlobActivityRecord.getAzureBlobArguments()Get the azureBlobArguments property: The azure blob arguments for the retrieval activity.Set the search property: The search string used to query blob contents.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseAzureBlobActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseAzureBlobActivityRecord.setAzureBlobArguments(KnowledgeBaseAzureBlobActivityArguments azureBlobArguments) Set the azureBlobArguments property: The azure blob arguments for the retrieval activity.