ModelsResponseData
sttp.openai.requests.models.ModelsResponseData
object ModelsResponseData
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModelsResponseData.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DeletedModelData
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DeletedModelData.type
case class ModelData(id: String, `object`: String, created: Int, ownedBy: String, permission: Seq[ModelPermission], root: String, parent: Option[String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelData
case class ModelPermission(id: String, `object`: String, created: Int, allowCreateEngine: Boolean, allowSampling: Boolean, allowLogprobs: Boolean, allowSearchIndices: Boolean, allowView: Boolean, allowFineTuning: Boolean, organization: String, group: Option[String], isBlocking: Boolean)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelPermission
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelPermission.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelsResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelsResponse.type
In this article