struct OpenAI::FineTuningJobEventList

Included Modules

Extended Modules

Defined in:

openai/api/fine_tuning.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(object : String, data : Array(FineTuningJobEvent), has_more : Bool) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(object _object = @object, data _data = @data, has_more _has_more = @has_more) #

[View source]
def data : Array(FineTuningJobEvent) #

def has_more : Bool #

def object : String #