RunStatus

io.cequence.openaiscala.domain.RunStatus
See theRunStatus companion object
sealed trait RunStatus extends SnakeCaseEnumValue

Attributes

Companion:
object
Graph
Supertypes
trait SnakeCaseEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object Cancelled.type
object Cancelling.type
object Completed.type
object Expired.type
object Failed.type
object InProgress.type
object Incomplete.type
object Queued.type
object RequiresAction.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue
override def value: String

Attributes

Definition Classes
SnakeCaseEnumValue -> EnumValue
Inherited from:
SnakeCaseEnumValue