Skip to content

FineTuneEventsResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

FineTuneEventsResponse

The response sent by the Fine-tune Event Endpoint

public struct FineTuneEventsResponse: Codable 

Inheritance

Codable

Properties

object

The OpenAIObject object type of the response

public let object: OpenAIObject

data

The array of events associated with the Fine-tune job.

public let data: [FineTuneEvent]
Types
Global Functions
Clone this wiki locally