Class: LiterLlm::CreateBatchRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateBatchRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completion_window ⇒ String?
Returns the value of attribute completion_window.
-
#endpoint ⇒ String?
Returns the value of attribute endpoint.
-
#input_file_id ⇒ String?
Returns the value of attribute input_file_id.
-
#metadata ⇒ json_value?
Returns the value of attribute metadata.
Instance Method Summary collapse
-
#initialize ⇒ CreateBatchRequest
constructor
A new instance of CreateBatchRequest.
Constructor Details
#initialize ⇒ CreateBatchRequest
Returns a new instance of CreateBatchRequest.
575 |
# File 'sig/types.rbs', line 575
def initialize: (?input_file_id: String, ?endpoint: String, ?completion_window: String, ?metadata: json_value) -> void
|
Instance Attribute Details
#completion_window ⇒ String?
Returns the value of attribute completion_window.
572 573 574 |
# File 'sig/types.rbs', line 572 def completion_window @completion_window end |
#endpoint ⇒ String?
Returns the value of attribute endpoint.
571 572 573 |
# File 'sig/types.rbs', line 571 def endpoint @endpoint end |
#input_file_id ⇒ String?
Returns the value of attribute input_file_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def input_file_id @input_file_id end |
#metadata ⇒ json_value?
Returns the value of attribute metadata.
573 574 575 |
# File 'sig/types.rbs', line 573 def @metadata end |