Batch

constructor(    id: BatchId,     endpoint: Endpoint,     errors: PaginatedList<OpenAIErrorDetails>?,     inputFileId: FileId? = null,     completionWindow: CompletionWindow? = null,     status: Status? = null,     outputFileId: FileId? = null,     errorFileId: FileId? = null,     createdAt: Long? = null,     inProgressAt: Long? = null,     expiresAt: Long? = null,     finalizingAt: Long? = null,     completedAt: Long? = null,     failedAt: Long? = null,     expiredAt: Long? = null,     cancellingAt: Long? = null,     cancelledAt: Long? = null,     requestCounts: RequestCounts? = null,     metadata: Map<String, String>? = null)