AISearchIndexResource 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 AISearchIndexResource : System.ClientModel.Primitives.IJsonModel<Azure.AI.AgentServer.Responses.Models.AISearchIndexResource>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.AgentServer.Responses.Models.AISearchIndexResource>
type AISearchIndexResource = class
interface IJsonModel<AISearchIndexResource>
interface IPersistableModel<AISearchIndexResource>
Public Class AISearchIndexResource
Implements IJsonModel(Of AISearchIndexResource), IPersistableModel(Of AISearchIndexResource)
- Inheritance
-
AISearchIndexResource
- Implements
Constructors
| Name | Description |
|---|---|
| AISearchIndexResource() |
Initializes a new instance of AISearchIndexResource. |
Properties
| Name | Description |
|---|---|
| Description |
Optional user-defined description for this tool or configuration. |
| 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. |
| Name |
Optional user-defined name for this tool or configuration. |
| 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. |