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