Skip to content

ListFineTuneResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

ListFineTuneResponse

The struct sent from the List Fine-tune Endpoint

public struct ListFineTuneResponse: Codable 

Inheritance

Codable

Properties

object

The OpenAIObject object type of the response.

public let object: OpenAIObject

data

The array of Fine-tune jobs associated with the organization.

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