_status
Generation
Bases: HordeAPIObjectBaseModel
Source code in horde_sdk/ai_horde_api/apimodels/generate/_status.py
model
class-attribute
instance-attribute
The model which generated this image.
state
class-attribute
instance-attribute
OBSOLETE (Use the gen_metadata field). The state of this generation.
worker_id
class-attribute
instance-attribute
The UUID of the worker which generated this image.
ImageGeneration
Bases: Generation
Represents the individual image generation responses in a ImageGenerateStatusResponse.
v2 API Model: GenerationStable
Source code in horde_sdk/ai_horde_api/apimodels/generate/_status.py
id_
class-attribute
instance-attribute
The UUID of this generation. Is always returned as a JobID, but can initialized from a str.
censored
instance-attribute
When true this image has been censored by the worker's safety filter.
gen_metadata
class-attribute
instance-attribute
Extra metadata about faulted or defaulted components of the generation
get_api_model_name
classmethod
validate_id
__eq__
ImageGenerateStatusResponse
Bases: HordeResponseBaseModel, ResponseWithProgressMixin, ResponseGenerationProgressInfoMixin
Represent the response from the AI-Horde API when checking the status of an image generation job.
v2 API Model: RequestStatusStable
Source code in horde_sdk/ai_horde_api/apimodels/generate/_status.py
generations
class-attribute
instance-attribute
The individual image generation responses in this request.
shared
class-attribute
instance-attribute
If True, These images have been shared with LAION.
get_api_model_name
classmethod
get_finalize_success_request_type
classmethod
is_job_complete
is_job_possible
is_final_follow_up
classmethod
__eq__
DeleteImageGenerateRequest
Bases: BaseAIHordeRequest, JobRequestMixin
Represents a DELETE request to the /v2/generate/status/{id} endpoint.
Source code in horde_sdk/ai_horde_api/apimodels/generate/_status.py
get_api_model_name
classmethod
get_http_method
classmethod
get_api_endpoint_subpath
classmethod
get_default_success_response_type
classmethod
__eq__
ImageGenerateStatusRequest
Bases: BaseAIHordeRequest, JobRequestMixin
Represents a GET request to the /v2/generate/status/{id} endpoint.