OpenAI::ListFineTuningJobCheckpointsResponse
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(data : Array(FineTuningJobCheckpoint) = [] of FineTuningJobCheckpoint, object : ListFineTuningJobCheckpointsResponseObject = ListFineTuningJobCheckpointsResponseObject::List, first_id : ListFineTuningJobCheckpointsResponseFirstId | Nil = nil, last_id : ListFineTuningJobCheckpointsResponseLastId | Nil = nil, has_more : Bool = false)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
data
Sourcefirst_id
Sourcefirst_id=(first_id : ListFineTuningJobCheckpointsResponseFirstId | Nil)
Sourcehas_more
Sourcelast_id
Sourcelast_id=(last_id : ListFineTuningJobCheckpointsResponseLastId | Nil)
Sourceobject
Sourceobject=(object : ListFineTuningJobCheckpointsResponseObject)
Source