RequestCounts

sttp.openai.requests.batch.RequestCounts
See theRequestCounts companion object
case class RequestCounts(total: Int, completed: Int, failed: Int)

Value parameters

completed

Number of requests that have been completed successfully.

failed

Number of requests that have failed.

total

Total number of requests in the batch.

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