queryPagePreview
abstract suspend fun queryPagePreview(limit: Int, offset: Int): List<GenerationResultPreviewEntity>(source)
Executes the queryPagePreview step in the SDAI storage layer.
Return
Result produced by queryPagePreview.
Author
Dmitriy Moroz
Parameters
limit
limit value consumed by the API.
offset
offset value consumed by the API.