--- title: "CreateImagesResponse" --- ## Supported Types ### `components.ImageGenerationResponse` ```python value: components.ImageGenerationResponse = /* values here */ ``` ### `Union[eventstreaming.EventStream[components.ImageStreamingResponseData], eventstreaming.EventStreamAsync[components.ImageStreamingResponseData]]` ```python value: Union[eventstreaming.EventStream[components.ImageStreamingResponseData], eventstreaming.EventStreamAsync[components.ImageStreamingResponseData]] = /* values here */ ```