Class: LiterLlm::CreateBatchRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateBatchRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completion_window ⇒ String
readonly
Returns the value of attribute completion_window.
-
#endpoint ⇒ String
readonly
Returns the value of attribute endpoint.
-
#input_file_id ⇒ String
readonly
Returns the value of attribute input_file_id.
-
#metadata ⇒ String?
readonly
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.
585 |
# File 'sig/types.rbs', line 585
def initialize: (?input_file_id: String, ?endpoint: String, ?completion_window: String, ?metadata: String) -> void
|
Instance Attribute Details
#completion_window ⇒ String (readonly)
Returns the value of attribute completion_window.
582 583 584 |
# File 'sig/types.rbs', line 582 def completion_window @completion_window end |
#endpoint ⇒ String (readonly)
Returns the value of attribute endpoint.
581 582 583 |
# File 'sig/types.rbs', line 581 def endpoint @endpoint end |
#input_file_id ⇒ String (readonly)
Returns the value of attribute input_file_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def input_file_id @input_file_id end |
#metadata ⇒ String? (readonly)
Returns the value of attribute metadata.
583 584 585 |
# File 'sig/types.rbs', line 583 def @metadata end |