FineTuneJob

io.cequence.openaiscala.domain.response.FineTuneJob
case class FineTuneJob(id: String, model: String, created_at: Date, finished_at: Option[Date], fine_tuned_model: Option[String], organization_id: String, status: String, training_file: String, validation_file: Option[String], result_files: Seq[String], trained_tokens: Option[Int], error: Option[FineTuneError], hyperparameters: FineTuneHyperparams)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Deprecated methods

@Deprecated
def events: Option[Seq[FineTuneEvent]]

Attributes

Deprecated
true
@Deprecated
def updated_at: Option[Date]

Attributes

Deprecated
true

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product