Status

sttp.openai.requests.finetuning.Status
See theStatus companion class
object Status

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Status.type

Members list

Type members

Classlikes

case object Cancelled extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
Cancelled.type
case class CustomStatus(customStatus: String) extends Status

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
case object Failed extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
Failed.type
case object Queued extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
Queued.type
case object Running extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
Running.type
case object Succeeded extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type
Succeeded.type
case object ValidatingFiles extends Status

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Status
class Object
trait Matchable
class Any
Show all
Self type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val statusRW: Reader[Status]