FileUploadPurpose

io.cequence.openaiscala.domain.settings.FileUploadPurpose
See theFileUploadPurpose companion object
sealed abstract class FileUploadPurpose(value: String) extends NamedEnumValue

Attributes

Companion:
object
Graph
Supertypes
class NamedEnumValue
trait EnumValue
class Object
trait Matchable
class Any
Known subtypes
object assistants.type
object batch.type
object fine-tune.type

Members list

Concise view

Value members

Inherited methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
EnumValue -> Any
Inherited from:
EnumValue