o

com.microsoft.azure.synapse.ml.services.openai

OpenAIResponseFormat

object OpenAIResponseFormat extends Enumeration

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAIResponseFormat
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ResponseFormat(paylodName: String, prompt: String) extends Val with Product with Serializable
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

Value Members

  1. val JSON: ResponseFormat
  2. val TEXT: ResponseFormat
  3. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  4. def asStringSet: Set[String]
  5. def fromResponseFormatString(format: String): ResponseFormat
  6. final def maxId: Int
    Definition Classes
    Enumeration
  7. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  8. def values: ValueSet
    Definition Classes
    Enumeration
  9. final def withName(s: String): Value
    Definition Classes
    Enumeration
  10. object ValueSet extends Serializable
    Definition Classes
    Enumeration