Skip to content

FineTuneEvent

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

FineTuneEvent

The struct that lists information pertaining to a Fine-tune job event.

public struct FineTuneEvent: Codable, Hashable 

Inheritance

Codable, Hashable

Properties

object

The OpenAIObject object type of the Fine-tune event.

public let object: OpenAIObject

createdAt

The creation date of the Fine-tune event.

public let createdAt: Int

level

The level status of the Fine-tune event.

public let level: FineTuneEventInfo

message

What the event is.

public let message: String
Types
Global Functions
Clone this wiki locally