Class: OpenAI::Resources::FineTuning::Alpha

Inherits:
Object
  • Object
show all
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

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.

Parameters:



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

#gradersOpenAI::Resources::FineTuning::Alpha::Graders (readonly)



8
9
10
# File 'lib/openai/resources/fine_tuning/alpha.rb', line 8

def graders
  @graders
end