Class: RunApi::Flux2::Types::CompletedTextToImageResponse
- Inherits:
-
TextToImageResponse
- Object
- Core::TaskResponse
- TextToImageResponse
- RunApi::Flux2::Types::CompletedTextToImageResponse
- Defined in:
- lib/runapi/flux_2/types.rb
Overview
Narrowed response returned by ‘text_to_image.run()` once polling observes `status: “completed”`. `images` is required so consumers never have to null-check it on a successful task.