EndPoint

io.cequence.openaiscala.service.impl.EndPoint
See theEndPoint companion object
sealed abstract class EndPoint(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 audio_speech.type
object audio_translations.type
object chat_completions.type
object completions.type
object edits.type
object embeddings.type
object files.type
object fine_tunes.type
object images_edits.type
object images_generations.type
object images_variations.type
object models.type
object moderations.type
object threads.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