Class: Google::Genai::Types::TuningJob
- 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.
-
#name ⇒ Object
Returns the value of attribute name.
-
#state ⇒ Object
Returns the value of attribute state.
-
#tuned_model ⇒ Object
Returns the value of attribute tuned_model.
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.
87 88 89 |
# File 'lib/google/genai/types.rb', line 87 def create_time @create_time end |
#end_time ⇒ Object
Returns the value of attribute end_time.
87 88 89 |
# File 'lib/google/genai/types.rb', line 87 def end_time @end_time end |
#name ⇒ Object
Returns the value of attribute name.
87 88 89 |
# File 'lib/google/genai/types.rb', line 87 def name @name end |
#state ⇒ Object
Returns the value of attribute state.
87 88 89 |
# File 'lib/google/genai/types.rb', line 87 def state @state end |
#tuned_model ⇒ Object
Returns the value of attribute tuned_model.
87 88 89 |
# File 'lib/google/genai/types.rb', line 87 def tuned_model @tuned_model end |