sttp.openai.requests.admin

Members list

Type members

Classlikes

case class AdminApiKeyRequestBody(name: String)

Create an organization admin API key

Create an organization admin API key

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class AdminApiKeyResponse(`object`: String, id: String, name: String, redactedValue: String, createdAt: Int, owner: Owner, value: Option[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DeleteAdminApiKeyResponse(id: String, `object`: String, deleted: Boolean)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ListAdminApiKeyResponse(`object`: String, data: Seq[AdminApiKeyResponse], hasMore: Boolean, firstId: String, lastId: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Owner(`type`: String, `object`: String, id: String, name: String, createdAt: Int, role: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Owner

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Owner.type
case class QueryParameters(after: Option[String], order: Option[String], limit: Option[Int])

Value parameters

after

Identifier for the last job from the previous pagination request.

limit

Number of fine-tuning jobs to retrieve. Defaults to 20.

order

Defaults to asc.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type