Method

sttp.openai.requests.finetuning.Method
See theMethod companion object
case class Method(`type`: Option[Type], supervised: Option[Supervised], dpo: Option[Dpo])

Value parameters

`type`

The type of method. Is either supervised or dpo.

dpo

Configuration for the DPO fine-tuning method.

supervised

Configuration for the supervised fine-tuning method.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product