queryPage

open suspend override fun queryPage(limit: Int, offset: Int): List<AiGenerationResult>(source)

Executes the queryPage step in the SDAI data layer.

Return

Result produced by queryPage.

Author

Dmitriy Moroz

Parameters

limit

limit value consumed by the API.

offset

offset value consumed by the API.