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

Constructors

Link copied to clipboard
constructor(results: List<AiGenerationResult>, autoSaveEnabled: Boolean)

Properties

Link copied to clipboard

Exposes the autoSaveEnabled value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the results value used by the SDAI presentation layer.