AzureAISearchToolIndex Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A AI Search Index resource.
public class AzureAISearchToolIndex : System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.OpenAI.AzureAISearchToolIndex>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.OpenAI.AzureAISearchToolIndex>
type AzureAISearchToolIndex = class
interface IJsonModel<AzureAISearchToolIndex>
interface IPersistableModel<AzureAISearchToolIndex>
Public Class AzureAISearchToolIndex
Implements IJsonModel(Of AzureAISearchToolIndex), IPersistableModel(Of AzureAISearchToolIndex)
- Inheritance
-
AzureAISearchToolIndex
- Implements
Constructors
| Name | Description |
|---|---|
| AzureAISearchToolIndex() |
Initializes a new instance of AzureAISearchToolIndex. |
Properties
| Name | Description |
|---|---|
| Filter |
filter string for search resource. Learn more here. |
| IndexAssetId |
Index asset id for search resource. |
| IndexName |
The name of an index in an IndexResource attached to this agent. |
| ProjectConnectionId |
An index connection ID in an IndexResource attached to this agent. |
| QueryType |
Type of query in an AIIndexResource attached to this agent. |
| TopK |
Number of documents to retrieve from search and present to the model. |