struct OpenAI::FineTuningJobEventList
- OpenAI::FineTuningJobEventList
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
openai/api/fine_tuning.crConstructors
- .new(object : String, data : Array(FineTuningJobEvent), has_more : Bool)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(object _object = @object, data _data = @data, has_more _has_more = @has_more)
- #data : Array(FineTuningJobEvent)
- #has_more : Bool
- #object : String
Constructor Detail
Instance Method Detail
def copy_with(object _object = @object, data _data = @data, has_more _has_more = @has_more)
#