Class VectorStoreFilesBatchService
Inheritance
object
VectorStoreFilesBatchService
Inherited Members
CRUDServiceBase<OpenAI>.client
CRUDServiceBase<OpenAI>.IsBetaService
CRUDServiceBase<OpenAI>.CustomApiKey
CRUDServiceBase<OpenAI>.CustomBetaHeaders
Assembly: .dll
Syntax
public class VectorStoreFilesBatchService : CRUDServiceBase<OpenAI>
Constructors
Declaration
public VectorStoreFilesBatchService(OpenAI client, params RESTHeader[] extraHeaders)
Parameters
Type |
Name |
Description |
OpenAI |
client |
|
RESTHeader[] |
extraHeaders |
|
Methods
CancelAsync(string, string, RESTRequestOptions)
Declaration
public UniTask<VectorStoreFilesBatch> CancelAsync(string vectorStoreId, string batchId, RESTRequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
vectorStoreId |
|
string |
batchId |
|
RESTRequestOptions |
options |
|
Returns
CreateAsync(string, VectorStoreFilesBatchRequest)
Declaration
public UniTask<VectorStoreFilesBatch> CreateAsync(string vectorStoreId, VectorStoreFilesBatchRequest req)
Parameters
Returns
ListAsync(string, CursorQuery, RESTRequestOptions)
Declaration
public UniTask<RESTQueryResponse<VectorStoreFilesBatch>> ListAsync(string vectorStoreId, CursorQuery query = null, RESTRequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
vectorStoreId |
|
CursorQuery |
query |
|
RESTRequestOptions |
options |
|
Returns
Retrieve(string, string, RESTRequestOptions)
Declaration
public UniTask<VectorStoreFilesBatch> Retrieve(string vectorStoreId, string batchId, RESTRequestOptions options = null)
Parameters
Type |
Name |
Description |
string |
vectorStoreId |
|
string |
batchId |
|
RESTRequestOptions |
options |
|
Returns