MidjourneyResult

Represents the result from the Midjourney model

Import

from VisionCraftAPI.models import MidjourneyResult

Available attributes

ImageID: int
Status: str
StartTime: Optional[str] = None
RequestTime: Optional[str] = None
FinishTime: Optional[str] = None
URL: Optional[str] = None

Last updated