openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# VectorStoreFileBatchObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The identifier, which can be referenced in API endpoints. | 
**object** | **String** | The object type, which is always `vector_store.file_batch`. | 
**created_at** | **i32** | The Unix timestamp (in seconds) for when the vector store files batch was created. | 
**vector_store_id** | **String** | The ID of the [vector store]/docs/api-reference/vector-stores/object that the [File]/docs/api-reference/files is attached to. | 
**status** | **String** | The status of the vector store files batch, which can be either `in_progress`, `completed`, `cancelled` or `failed`. | 
**file_counts** | [**models::VectorStoreFileBatchObjectFileCounts**]VectorStoreFileBatchObject_file_counts.md |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)