Class VectorStoreFilesBatchService
Inheritance
VectorStoreFilesBatchService
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public sealed class VectorStoreFilesBatchService : CrudServiceBase<OpenAIClient>, ICrudService, IBetaService
Constructors
|
Edit this page
View Source
VectorStoreFilesBatchService(OpenAIClient)
Declaration
public VectorStoreFilesBatchService(OpenAIClient client)
Parameters
Methods
|
Edit this page
View Source
CancelAsync(string, string, RequestOptions)
Declaration
public UniTask<VectorStoreFilesBatch> CancelAsync(string vectorStoreId, string batchId, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
CreateAsync(string, VectorStoreFilesBatchRequest, RequestOptions)
Declaration
public UniTask<VectorStoreFilesBatch> CreateAsync(string vectorStoreId, VectorStoreFilesBatchRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListAsync(string, CursorQuery, RequestOptions)
Declaration
public UniTask<Queried<VectorStoreFilesBatch>> ListAsync(string vectorStoreId, CursorQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
Retrieve(string, string, RequestOptions)
Declaration
public UniTask<VectorStoreFilesBatch> Retrieve(string vectorStoreId, string batchId, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods