class

OpenAI::FineTuningJobEvent

Inherits JSON::Serializable < Reference < Object

Fine-tuning job event object

Constructors

new(object : FineTuningJobEventObject = FineTuningJobEventObject::FineTuningJobEvent, id : String = "", created_at : Int64 = 0, level : FineTuningJobEventLevel = FineTuningJobEventLevel::Info, message : String = "", type_value : FineTuningJobEventType | Nil = nil, data : Hash(String, JSON::Any) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

The Unix timestamp (in seconds) for when the fine-tuning job was created.

Source
created_at=(created_at : Int64)

The Unix timestamp (in seconds) for when the fine-tuning job was created.

Source
data

The data associated with the event.

Source
data=(data : Hash(String, JSON::Any) | Nil)

The data associated with the event.

Source
id

The object identifier.

Source
id=(id : String)

The object identifier.

Source
level

The log level of the event.

Source
level=(level : FineTuningJobEventLevel)

The log level of the event.

Source
message

The message of the event.

Source
message=(message : String)

The message of the event.

Source
object

The object type, which is always "fine_tuning.job.event".

Source
object=(object : FineTuningJobEventObject)

The object type, which is always "fine_tuning.job.event".

Source
type_value

The type of event.

Source
type_value=(type_value : FineTuningJobEventType | Nil)

The type of event.

Source