Class: LiterLlm::CreateImageRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateImageRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#model ⇒ String?
Returns the value of attribute model.
-
#n ⇒ Integer?
Returns the value of attribute n.
-
#prompt ⇒ String?
Returns the value of attribute prompt.
-
#quality ⇒ String?
Returns the value of attribute quality.
-
#response_format ⇒ String?
Returns the value of attribute response_format.
-
#size ⇒ String?
Returns the value of attribute size.
-
#style ⇒ String?
Returns the value of attribute style.
-
#user ⇒ String?
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize ⇒ CreateImageRequest
constructor
A new instance of CreateImageRequest.
Constructor Details
#initialize ⇒ CreateImageRequest
Returns a new instance of CreateImageRequest.
292 |
# File 'sig/types.rbs', line 292
def initialize: (?prompt: String, ?model: String, ?n: Integer, ?size: String, ?quality: String, ?style: String, ?response_format: String, ?user: String) -> void
|
Instance Attribute Details
#model ⇒ String?
Returns the value of attribute model.
284 285 286 |
# File 'sig/types.rbs', line 284 def model @model end |
#n ⇒ Integer?
Returns the value of attribute n.
285 286 287 |
# File 'sig/types.rbs', line 285 def n @n end |
#prompt ⇒ String?
Returns the value of attribute prompt.
283 284 285 |
# File 'sig/types.rbs', line 283 def prompt @prompt end |
#quality ⇒ String?
Returns the value of attribute quality.
287 288 289 |
# File 'sig/types.rbs', line 287 def quality @quality end |
#response_format ⇒ String?
Returns the value of attribute response_format.
289 290 291 |
# File 'sig/types.rbs', line 289 def response_format @response_format end |
#size ⇒ String?
Returns the value of attribute size.
286 287 288 |
# File 'sig/types.rbs', line 286 def size @size end |
#style ⇒ String?
Returns the value of attribute style.
288 289 290 |
# File 'sig/types.rbs', line 288 def style @style end |
#user ⇒ String?
Returns the value of attribute user.
290 291 292 |
# File 'sig/types.rbs', line 290 def user @user end |