Compartilhar via


AIProjectsModelFactory.AgentPageableListOfVectorStoreFile Method

Definition

Initializes a new instance of AgentPageableListOfVectorStoreFile.

public static Azure.AI.Projects.AgentPageableListOfVectorStoreFile AgentPageableListOfVectorStoreFile (Azure.AI.Projects.AgentPageableListOfVectorStoreFileObject object = default, System.Collections.Generic.IEnumerable<Azure.AI.Projects.VectorStoreFile> data = default, string firstId = default, string lastId = default, bool hasMore = false);
static member AgentPageableListOfVectorStoreFile : Azure.AI.Projects.AgentPageableListOfVectorStoreFileObject * seq<Azure.AI.Projects.VectorStoreFile> * string * string * bool -> Azure.AI.Projects.AgentPageableListOfVectorStoreFile
Public Shared Function AgentPageableListOfVectorStoreFile (Optional object As AgentPageableListOfVectorStoreFileObject = Nothing, Optional data As IEnumerable(Of VectorStoreFile) = Nothing, Optional firstId As String = Nothing, Optional lastId As String = Nothing, Optional hasMore As Boolean = false) As AgentPageableListOfVectorStoreFile

Parameters

object
AgentPageableListOfVectorStoreFileObject

The object type, which is always list.

data
IEnumerable<VectorStoreFile>

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 AgentPageableListOfVectorStoreFile instance for mocking.

Applies to