RunStep

io.cequence.openaiscala.domain.RunStep
See theRunStep companion object
case class RunStep(id: String, `object`: String, createdAt: Date, assistantId: String, threadId: String, runId: String, `type`: String, status: String, stepDetails: Option[StepDetail], lastError: Option[LastError], expiredAt: Option[Date], cancelledAt: Option[Date], failedAt: Option[Date], completedAt: Option[Date], metadata: Option[Map[String, String]], usage: Option[UsageInfo])

Attributes

Companion:
object
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