BatchResponse
io.cequence.openaiscala.domain.response.BatchResponse
trait BatchResponse
Represents the response of a batch request.
Attributes
- body
The JSON body of the response.
- request_id
An unique identifier for the OpenAI API request. Please include this request ID when contacting support.
- status_code
The HTTP status code of the response.
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes