A valid request URL is required to generate request examples{
"id": "<string>",
"object": "vector_store.files_batch",
"created_at": 123,
"vector_store_id": "<string>",
"status": "in_progress",
"file_counts": {
"in_progress": 123,
"completed": 123,
"failed": 123,
"cancelled": 123,
"total": 123
}
}A valid request URL is required to generate request examples{
"id": "<string>",
"object": "vector_store.files_batch",
"created_at": 123,
"vector_store_id": "<string>",
"status": "in_progress",
"file_counts": {
"in_progress": 123,
"completed": 123,
"failed": 123,
"cancelled": 123,
"total": 123
}
}The ID of the vector store for which to create a file batch.
The explicit Azure AI Foundry Models API version to use for this request.
v1 if not otherwise specified.
v1, preview The chunking strategy used to chunk the file(s). If not set, will use the auto strategy.
Show child attributes
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format, and querying for objects via API or the dashboard. Keys are strings with a maximum length of 64 characters. Values are strings with a maximum length of 512 characters, booleans, or numbers.
Show child attributes
The request has succeeded.
A batch of files attached to a vector store.
The identifier, which can be referenced in API endpoints.
The object type, which is always vector_store.file_batch.
vector_store.files_batch The Unix timestamp (in seconds) for when the vector store files batch was created.
The ID of the vector store that the File is attached to.
The status of the vector store files batch, which can be either in_progress, completed, cancelled or failed.
in_progress, completed, cancelled, failed Show child attributes