Skip to content

FineTuneStatus

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

FineTuneStatus

Provides Fine-tune status information about the fine-tune model.

public enum FineTuneStatus: String, Codable 

Inheritance

Codable, String

Enumeration Cases

pending

The model is pending being fine-tuned.

case pending

succeeded

The model succeeded in being fine-tuned.

case succeeded

running

The model is currently being ran on a given prompt.

case running

cancelled

The job running the model's fine-tuning was cancelled.

case cancelled
Types
Global Functions
Clone this wiki locally