Class: LiterLlm::BatchObject
- Inherits:
-
Object
- Object
- LiterLlm::BatchObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completed_at ⇒ Integer?
Returns the value of attribute completed_at.
-
#completion_window ⇒ String?
Returns the value of attribute completion_window.
-
#created_at ⇒ Integer?
Returns the value of attribute created_at.
-
#endpoint ⇒ String?
Returns the value of attribute endpoint.
-
#error_file_id ⇒ String?
Returns the value of attribute error_file_id.
-
#expired_at ⇒ Integer?
Returns the value of attribute expired_at.
-
#failed_at ⇒ Integer?
Returns the value of attribute failed_at.
-
#id ⇒ String?
Returns the value of attribute id.
-
#input_file_id ⇒ String?
Returns the value of attribute input_file_id.
-
#metadata ⇒ json_value?
Returns the value of attribute metadata.
-
#object ⇒ String?
Returns the value of attribute object.
-
#output_file_id ⇒ String?
Returns the value of attribute output_file_id.
-
#request_counts ⇒ BatchRequestCounts?
Returns the value of attribute request_counts.
-
#status ⇒ BatchStatus?
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize ⇒ BatchObject
constructor
A new instance of BatchObject.
Constructor Details
#initialize ⇒ BatchObject
Returns a new instance of BatchObject.
591 |
# File 'sig/types.rbs', line 591
def initialize: (?id: String, ?object: String, ?endpoint: String, ?input_file_id: String, ?completion_window: String, ?status: BatchStatus, ?output_file_id: String, ?error_file_id: String, ?created_at: Integer, ?completed_at: Integer, ?failed_at: Integer, ?expired_at: Integer, ?request_counts: BatchRequestCounts, ?metadata: json_value) -> void
|
Instance Attribute Details
#completed_at ⇒ Integer?
Returns the value of attribute completed_at.
585 586 587 |
# File 'sig/types.rbs', line 585 def completed_at @completed_at end |
#completion_window ⇒ String?
Returns the value of attribute completion_window.
580 581 582 |
# File 'sig/types.rbs', line 580 def completion_window @completion_window end |
#created_at ⇒ Integer?
Returns the value of attribute created_at.
584 585 586 |
# File 'sig/types.rbs', line 584 def created_at @created_at end |
#endpoint ⇒ String?
Returns the value of attribute endpoint.
578 579 580 |
# File 'sig/types.rbs', line 578 def endpoint @endpoint end |
#error_file_id ⇒ String?
Returns the value of attribute error_file_id.
583 584 585 |
# File 'sig/types.rbs', line 583 def error_file_id @error_file_id end |
#expired_at ⇒ Integer?
Returns the value of attribute expired_at.
587 588 589 |
# File 'sig/types.rbs', line 587 def expired_at @expired_at end |
#failed_at ⇒ Integer?
Returns the value of attribute failed_at.
586 587 588 |
# File 'sig/types.rbs', line 586 def failed_at @failed_at end |
#id ⇒ String?
Returns the value of attribute id.
576 577 578 |
# File 'sig/types.rbs', line 576 def id @id end |
#input_file_id ⇒ String?
Returns the value of attribute input_file_id.
579 580 581 |
# File 'sig/types.rbs', line 579 def input_file_id @input_file_id end |
#metadata ⇒ json_value?
Returns the value of attribute metadata.
589 590 591 |
# File 'sig/types.rbs', line 589 def @metadata end |
#object ⇒ String?
Returns the value of attribute object.
577 578 579 |
# File 'sig/types.rbs', line 577 def object @object end |
#output_file_id ⇒ String?
Returns the value of attribute output_file_id.
582 583 584 |
# File 'sig/types.rbs', line 582 def output_file_id @output_file_id end |
#request_counts ⇒ BatchRequestCounts?
Returns the value of attribute request_counts.
588 589 590 |
# File 'sig/types.rbs', line 588 def request_counts @request_counts end |
#status ⇒ BatchStatus?
Returns the value of attribute status.
581 582 583 |
# File 'sig/types.rbs', line 581 def status @status end |