Class: LiterLlm::ModerationRequest
- Inherits:
-
Object
- Object
- LiterLlm::ModerationRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#input ⇒ ModerationInput?
Returns the value of attribute input.
-
#model ⇒ String?
Returns the value of attribute model.
Instance Method Summary collapse
-
#initialize ⇒ ModerationRequest
constructor
A new instance of ModerationRequest.
Constructor Details
#initialize ⇒ ModerationRequest
Returns a new instance of ModerationRequest.
360 |
# File 'sig/types.rbs', line 360
def initialize: (?input: ModerationInput, ?model: String) -> void
|
Instance Attribute Details
#input ⇒ ModerationInput?
Returns the value of attribute input.
357 358 359 |
# File 'sig/types.rbs', line 357 def input @input end |
#model ⇒ String?
Returns the value of attribute model.
358 359 360 |
# File 'sig/types.rbs', line 358 def model @model end |