-
-
Notifications
You must be signed in to change notification settings - Fork 47
FineTune
The fine-tune job object itself that shows information pertaining to the job.
public struct FineTune: Codable, Identifiable
Codable
, Identifiable
public init(from decoder: Decoder) throws
The ID of the Fine-tune job.
public let id: String
The OpenAIObject
object type of the Fine-tune job.
public let object: OpenAIObject
The model used for the Fine-tune job.
public let model: String
The creation date of the Fine-tune job.
public let createdAt: Int
The array of events pertaining to the Fine-tune job.
public let events: [FineTuneEvent]
Unknown functionality. TODO: Find function of parameter.
public let fineTunedModel: String?
The hyperparameters used for tweaking the Fine-tuned model.
public let hyperparams: FineTuneHyperparamters
The organization ID associated with the Fine-tune.
public let organizationId: String
List of files associated with test metrics.
public let resultFiles: [File]
The Fine-tune job status.
public let status: FineTuneStatus
The files used for editing hyperparameters for the Fine-tune model.
public let validationFiles: [File]
The files used for training the Fine-tuned model.
public let trainingFiles: [File]
The most recent updated time of the Fine-tune job.
public let updatedAt: Int
Generated at 2023-03-04T02:43:47+0000 using swift-doc 1.0.0-rc.1.
Types
- ChatChoice
- ChatMessage
- ChatParameters
- ChatResponse
- ChatRole
- Choice
- CompletionParameters
- CompletionResponse
- Configuration
- ContentPolicyCategories
- ContentPolicyCategoryScore
- ContentPolicyModels
- ContentPolicyParameters
- ContentPolicyResponse
- ContentPolicyResult
- CreateFineTuneParameters
- DeleteObject
- EditParameters
- EditResponse
- EmbeddingsData
- EmbeddingsParameters
- EmbeddingsResponse
- EmbeddingsUsage
- File
- FileStatus
- FineTune
- FineTuneEvent
- FineTuneEventInfo
- FineTuneEventsResponse
- FineTuneHyperparamters
- FineTuneStatus
- FineTuneTraining
- FormData
- HTTPMethod
- ImageData
- ImageEditParameters
- ImageParameters
- ImageResolutions
- ImageResponse
- ImageVariationParameters
- ListFilesResponse
- ListFineTuneResponse
- ListModelResponse
- Model
- ModelPermission
- OpenAIError
- OpenAIErrorMessage
- OpenAIErrorResponse
- OpenAIObject
- ResponseFormat
- UploadFileParameters
- Usage
Global Functions
- cancelFineTune(fineTune:)
- checkContentPolicy(parameters:)
- createEmbeddings(parameters:)
- createFineTune(parameters:)
- createImage(parameters:)
- decodeBase64Image(_:)
- decodeUrl(_:with:apiKey:body:method:bodyRequired:formSubmission:)
- deleteFile(fileId:)
- deleteFineTuneModel(model:)
- generateChatCompletion(parameters:)
- generateCompletion(parameters:)
- generateEdit(parameters:)
- generateImageEdits(parameters:)
- generateImageVariations(parameters:)
- listFiles()
- listFineTuneEvents(fineTune:)
- listFineTunes()
- listModels()
- retrieveFile(fileId:)
- retrieveFileContent(fileId:)
- retrieveFineTune(fineTune:)
- retrieveJsonLine(_:with:apiKey:)
- retrieveModel(modelId:)
- uploadFile(parameters:)