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