Batch
data class Batch(val results: List<AiGenerationResult>, val autoSaveEnabled: Boolean) : GenerationModal.Image(source)
Carries Batch data through the SDAI presentation layer.
Author
Dmitriy Moroz
Carries Batch data through the SDAI presentation layer.
Dmitriy Moroz