Class: OpenAI::Resources::FineTuning::Methods
- Inherits:
-
Object
- Object
- OpenAI::Resources::FineTuning::Methods
- Defined in:
- lib/openai/resources/fine_tuning/methods.rb
Instance Method Summary collapse
-
#initialize(client:) ⇒ Methods
constructor
private
A new instance of Methods.
Constructor Details
#initialize(client:) ⇒ Methods
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Methods.
10 11 12 |
# File 'lib/openai/resources/fine_tuning/methods.rb', line 10 def initialize(client:) @client = client end |