AIProjectsModelFactory.AgentPageableListOfVectorStore Method
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.
Initializes a new instance of AgentPageableListOfVectorStore.
public static Azure.AI.Projects.AgentPageableListOfVectorStore AgentPageableListOfVectorStore (Azure.AI.Projects.AgentPageableListOfVectorStoreObject object = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.VectorStore> data = default, string firstId = default, string lastId = default, bool hasMore = false);
static member AgentPageableListOfVectorStore : Azure.AI.Projects.AgentPageableListOfVectorStoreObject * seq<Azure.AI.Projects.VectorStore> * string * string * bool -> Azure.AI.Projects.AgentPageableListOfVectorStore
Public Shared Function AgentPageableListOfVectorStore (Optional object As AgentPageableListOfVectorStoreObject = Nothing, Optional data As IEnumerable(Of VectorStore) = Nothing, Optional firstId As String = Nothing, Optional lastId As String = Nothing, Optional hasMore As Boolean = false) As AgentPageableListOfVectorStore
Parameters
The object type, which is always list.
- data
- IEnumerable<VectorStore>
The requested list of items.
- firstId
- String
The first ID represented in this list.
- lastId
- String
The last ID represented in this list.
- hasMore
- Boolean
A value indicating whether there are additional values available not captured in this list.
Returns
A new AgentPageableListOfVectorStore instance for mocking.
Applies to
Azure SDK for .NET