Class: OpenAI::Resources::FineTuning::Checkpoints

Inherits:
Object
  • Object
show all
Defined in:
lib/openai/resources/fine_tuning/checkpoints.rb,
lib/openai/resources/fine_tuning/checkpoints/permissions.rb

Defined Under Namespace

Classes: Permissions

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Checkpoints

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 Checkpoints.

Parameters:



13
14
15
16
# File 'lib/openai/resources/fine_tuning/checkpoints.rb', line 13

def initialize(client:)
  @client = client
  @permissions = OpenAI::Resources::FineTuning::Checkpoints::Permissions.new(client: client)
end

Instance Attribute Details

#permissionsOpenAI::Resources::FineTuning::Checkpoints::Permissions (readonly)



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

def permissions
  @permissions
end