Class: Google::Genai::Types::TuningJob

Inherits:
Base
  • Object
show all
Defined in:
lib/google/genai/types.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Google::Genai::Types::Base

Instance Attribute Details

#create_timeObject

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_timeObject

Returns the value of attribute end_time.



87
88
89
# File 'lib/google/genai/types.rb', line 87

def end_time
  @end_time
end

#nameObject

Returns the value of attribute name.



87
88
89
# File 'lib/google/genai/types.rb', line 87

def name
  @name
end

#stateObject

Returns the value of attribute state.



87
88
89
# File 'lib/google/genai/types.rb', line 87

def state
  @state
end

#tuned_modelObject

Returns the value of attribute tuned_model.



87
88
89
# File 'lib/google/genai/types.rb', line 87

def tuned_model
  @tuned_model
end