FineTuneJob

io.cequence.openaiscala.domain.response.FineTuneJob
case class FineTuneJob(id: String, model: String, created_at: Date, events: Option[Seq[FineTuneEvent]], fine_tuned_model: Option[String], hyperparams: FineTuneHyperparams, organization_id: String, result_files: Seq[FileInfo], status: String, validation_files: Seq[FileInfo], training_files: Seq[FileInfo], updated_at: Date)

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product