Class: Google::Genai::Types::BatchJob
- Defined in:
- lib/google/genai/types.rb
Instance Attribute Summary collapse
-
#create_time ⇒ Object
Returns the value of attribute create_time.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#error ⇒ Object
Returns the value of attribute error.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#update_time ⇒ Object
Returns the value of attribute update_time.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Google::Genai::Types::Base
Instance Attribute Details
#create_time ⇒ Object
Returns the value of attribute create_time.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def create_time @create_time end |
#end_time ⇒ Object
Returns the value of attribute end_time.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def end_time @end_time end |
#error ⇒ Object
Returns the value of attribute error.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def error @error end |
#model ⇒ Object
Returns the value of attribute model.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def model @model end |
#name ⇒ Object
Returns the value of attribute name.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def state @state end |
#update_time ⇒ Object
Returns the value of attribute update_time.
95 96 97 |
# File 'lib/google/genai/types.rb', line 95 def update_time @update_time end |