Class BatchRequestOutput
The per-line object of the batch output and error files
Inheritance
object
BatchRequestOutput
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: .dll
Syntax
public class BatchRequestOutput
Properties
CustomId
A developer-provided per-request id that will be used to match outputs to inputs.
Declaration
public string CustomId { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
The error object
Declaration
public ErrorResponse Error { get; set; }
Property Value
Type | Description |
---|---|
ErrorResponse |
Response
The response object
Declaration
public object Response { get; set; }
Property Value
Type | Description |
---|---|
object |