Value parameters
- `object`
-
The object type, which is always batch.
- cancelledAt
-
The Unix timestamp (in seconds) for when the batch was cancelled.
- cancellingAt
-
The Unix timestamp (in seconds) for when the batch started cancelling.
- completedAt
-
The Unix timestamp (in seconds) for when the batch was completed.
- completionWindow
-
The time frame within which the batch should be processed.
- createdAt
-
The Unix timestamp (in seconds) for when the batch was created.
- endpoint
-
The OpenAI API endpoint used by the batch.
- errorFileId
-
The ID of the file containing the outputs of requests with errors.
- errors
-
The errors object.
- expiredAt
-
The Unix timestamp (in seconds) for when the batch expired.
- expiresAt
-
The Unix timestamp (in seconds) for when the batch will expire.
- failedAt
-
The Unix timestamp (in seconds) for when the batch failed.
- finalizingAt
-
The Unix timestamp (in seconds) for when the batch started finalizing.
- id
-
The ID of the batch.
- inProgressAt
-
The Unix timestamp (in seconds) for when the batch started processing.
- inputFileId
-
The ID of the input file for the batch.
- metadata
-
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.
- outputFileId
-
The ID of the file containing the outputs of successfully executed requests.
- requestCounts
-
The request counts for different statuses within the batch.
- status
-
The current status of the batch.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any