Class: LiterLlm::CreateImageRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateImageRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#model ⇒ String?
readonly
Returns the value of attribute model.
-
#n ⇒ Integer?
readonly
Returns the value of attribute n.
-
#prompt ⇒ String
readonly
Returns the value of attribute prompt.
-
#quality ⇒ String?
readonly
Returns the value of attribute quality.
-
#response_format ⇒ String?
readonly
Returns the value of attribute response_format.
-
#size ⇒ String?
readonly
Returns the value of attribute size.
-
#style ⇒ String?
readonly
Returns the value of attribute style.
-
#user ⇒ String?
readonly
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.
225 |
# File 'sig/types.rbs', line 225
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? (readonly)
Returns the value of attribute model.
217 218 219 |
# File 'sig/types.rbs', line 217 def model @model end |
#n ⇒ Integer? (readonly)
Returns the value of attribute n.
218 219 220 |
# File 'sig/types.rbs', line 218 def n @n end |
#prompt ⇒ String (readonly)
Returns the value of attribute prompt.
216 217 218 |
# File 'sig/types.rbs', line 216 def prompt @prompt end |
#quality ⇒ String? (readonly)
Returns the value of attribute quality.
220 221 222 |
# File 'sig/types.rbs', line 220 def quality @quality end |
#response_format ⇒ String? (readonly)
Returns the value of attribute response_format.
222 223 224 |
# File 'sig/types.rbs', line 222 def response_format @response_format end |
#size ⇒ String? (readonly)
Returns the value of attribute size.
219 220 221 |
# File 'sig/types.rbs', line 219 def size @size end |
#style ⇒ String? (readonly)
Returns the value of attribute style.
221 222 223 |
# File 'sig/types.rbs', line 221 def style @style end |
#user ⇒ String? (readonly)
Returns the value of attribute user.
223 224 225 |
# File 'sig/types.rbs', line 223 def user @user end |