Class: LiterLlm::BatchObject
- Inherits:
-
Object
- Object
- LiterLlm::BatchObject
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#completed_at ⇒ Integer?
readonly
Returns the value of attribute completed_at.
-
#completion_window ⇒ String
readonly
Returns the value of attribute completion_window.
-
#created_at ⇒ Integer
readonly
Returns the value of attribute created_at.
-
#endpoint ⇒ String
readonly
Returns the value of attribute endpoint.
-
#error_file_id ⇒ String?
readonly
Returns the value of attribute error_file_id.
-
#expired_at ⇒ Integer?
readonly
Returns the value of attribute expired_at.
-
#failed_at ⇒ Integer?
readonly
Returns the value of attribute failed_at.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#input_file_id ⇒ String
readonly
Returns the value of attribute input_file_id.
-
#metadata ⇒ String?
readonly
Returns the value of attribute metadata.
-
#object ⇒ String
readonly
Returns the value of attribute object.
-
#output_file_id ⇒ String?
readonly
Returns the value of attribute output_file_id.
-
#request_counts ⇒ BatchRequestCounts?
readonly
Returns the value of attribute request_counts.
-
#status ⇒ BatchStatus
readonly
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.
75 |
# File 'sig/types.rbs', line 75
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: String) -> void
|
Instance Attribute Details
#completed_at ⇒ Integer? (readonly)
Returns the value of attribute completed_at.
69 70 71 |
# File 'sig/types.rbs', line 69 def completed_at @completed_at end |
#completion_window ⇒ String (readonly)
Returns the value of attribute completion_window.
64 65 66 |
# File 'sig/types.rbs', line 64 def completion_window @completion_window end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
68 69 70 |
# File 'sig/types.rbs', line 68 def created_at @created_at end |
#endpoint ⇒ String (readonly)
Returns the value of attribute endpoint.
62 63 64 |
# File 'sig/types.rbs', line 62 def endpoint @endpoint end |
#error_file_id ⇒ String? (readonly)
Returns the value of attribute error_file_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def error_file_id @error_file_id end |
#expired_at ⇒ Integer? (readonly)
Returns the value of attribute expired_at.
71 72 73 |
# File 'sig/types.rbs', line 71 def expired_at @expired_at end |
#failed_at ⇒ Integer? (readonly)
Returns the value of attribute failed_at.
70 71 72 |
# File 'sig/types.rbs', line 70 def failed_at @failed_at end |
#id ⇒ String (readonly)
Returns the value of attribute id.
60 61 62 |
# File 'sig/types.rbs', line 60 def id @id end |
#input_file_id ⇒ String (readonly)
Returns the value of attribute input_file_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def input_file_id @input_file_id end |
#metadata ⇒ String? (readonly)
Returns the value of attribute metadata.
73 74 75 |
# File 'sig/types.rbs', line 73 def @metadata end |
#object ⇒ String (readonly)
Returns the value of attribute object.
61 62 63 |
# File 'sig/types.rbs', line 61 def object @object end |
#output_file_id ⇒ String? (readonly)
Returns the value of attribute output_file_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def output_file_id @output_file_id end |
#request_counts ⇒ BatchRequestCounts? (readonly)
Returns the value of attribute request_counts.
72 73 74 |
# File 'sig/types.rbs', line 72 def request_counts @request_counts end |
#status ⇒ BatchStatus (readonly)
Returns the value of attribute status.
65 66 67 |
# File 'sig/types.rbs', line 65 def status @status end |