Class: OpenAI::Resources::FineTuning::Alpha
- Inherits:
-
Object
- Object
- OpenAI::Resources::FineTuning::Alpha
- Defined in:
- lib/openai/resources/fine_tuning/alpha.rb,
lib/openai/resources/fine_tuning/alpha/graders.rb
Defined Under Namespace
Classes: Graders
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(client:) ⇒ Alpha
constructor
private
A new instance of Alpha.
Constructor Details
#initialize(client:) ⇒ Alpha
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 Alpha.
13 14 15 16 |
# File 'lib/openai/resources/fine_tuning/alpha.rb', line 13 def initialize(client:) @client = client @graders = OpenAI::Resources::FineTuning::Alpha::Graders.new(client: client) end |
Instance Attribute Details
#graders ⇒ OpenAI::Resources::FineTuning::Alpha::Graders (readonly)
8 9 10 |
# File 'lib/openai/resources/fine_tuning/alpha.rb', line 8 def graders @graders end |