Uses of Class
com.azure.ai.agents.persistent.models.AISearchIndexResource
Packages that use AISearchIndexResource
Package
Description
Package containing the data models for Agents.
-
Uses of AISearchIndexResource in com.azure.ai.agents.persistent.models
Methods in com.azure.ai.agents.persistent.models that return AISearchIndexResourceModifier and TypeMethodDescriptionstatic AISearchIndexResourceAISearchIndexResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AISearchIndexResource from the JsonReader.Set the filter property: filter string for search resource.AISearchIndexResource.setIndexAssetId(String indexAssetId) Set the indexAssetId property: Index asset id for search resource.AISearchIndexResource.setIndexConnectionId(String indexConnectionId) Set the indexConnectionId property: An index connection id in an IndexResource attached to this agent.AISearchIndexResource.setIndexName(String indexName) Set the indexName property: The name of an index in an IndexResource attached to this agent.AISearchIndexResource.setQueryType(AzureAISearchQueryType queryType) Set the queryType property: Type of query in an AIIndexResource attached to this agent.Set the topK property: Number of documents to retrieve from search and present to the model.Methods in com.azure.ai.agents.persistent.models that return types with arguments of type AISearchIndexResourceModifier and TypeMethodDescriptionAzureAISearchToolResource.getIndexList()Get the indexList property: The indices attached to this agent.Method parameters in com.azure.ai.agents.persistent.models with type arguments of type AISearchIndexResourceModifier and TypeMethodDescriptionAzureAISearchToolResource.setIndexList(List<AISearchIndexResource> indexList) Set the indexList property: The indices attached to this agent.