object RunObject extends Serializable
- Alphabetic
- By Inheritance
- RunObject
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final case class LastError(code: Code, message: String) extends Product with Serializable
last_error model
last_error model
The last error associated with this run. Will be
nullif there are no errors.- code
One of
server_errororrate_limit_exceeded.- message
A human-readable description of the error.
- final case class Metadata(values: Map[String, Json]) extends DynamicObject[Metadata] with Product with Serializable
metadata model
metadata model
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
- values
The dynamic list of key-value pairs of the object
- sealed trait Object extends AnyRef
object model
object model
The object type, which is always
thread.run. - final case class RequiredAction(type: RequiredAction.Type, submitToolOutputs: SubmitToolOutputs) extends Product with Serializable
required_action model
required_action model
Details on the action required to continue the run. Will be
nullif no action is required.- type
For now, this is always
submit_tool_outputs.- submitToolOutputs
Details on the tool outputs needed for this run to continue.
- sealed trait Status extends AnyRef
status model
status model
The status of the run, which can be either
queued,in_progress,requires_action,cancelling,cancelled,failed,completed, orexpired. - sealed trait ToolsItem extends AnyRef
tools_item model
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val schema: Schema[RunObject]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object LastError extends Serializable
- object Metadata extends Serializable
- object Object
- object RequiredAction extends Serializable
- object Status
- object ToolsItem