LoadingGenerationStatus  
    Generation is in progress
Inheritors
Types
Link copied to clipboard
                  class GenerationProcessing(val statusId: String, val sourceImageId: String, val sourceImageUrl: String) : ProductGenerationStatus.LoadingGenerationStatus
Generation operation successfully created and now should wait until finish of generation
Link copied to clipboard
                  Only start generation process
Link copied to clipboard
                  class UploadedSourceImage(val statusId: String, val sourceImageId: String, val sourceImageUrl: String) : ProductGenerationStatus.LoadingGenerationStatus
Source image successfully upload to storage