trait HasOpenAIParams extends HasServiceParams with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasTemperature with HasModel with HasStop with HasAPIVersion with HasDeploymentName with HasMaxTokens

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasOpenAIParams
  2. HasMaxTokens
  3. HasDeploymentName
  4. HasAPIVersion
  5. HasStop
  6. HasModel
  7. HasTemperature
  8. HasBatchIndexPrompt
  9. HasIndexPrompt
  10. HasBatchPrompt
  11. HasPrompt
  12. HasServiceParams
  13. Params
  14. Serializable
  15. Serializable
  16. Identifiable
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract val uid: String
    Definition Classes
    Identifiable

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val batchIndexPrompt: ServiceParam[Seq[Seq[Int]]]
    Definition Classes
    HasBatchIndexPrompt
  8. val batchPrompt: ServiceParam[Seq[String]]
    Definition Classes
    HasBatchPrompt
  9. val bestOf: ServiceParam[Int]
  10. val cacheLevel: ServiceParam[Int]
  11. final def clear(param: Param[_]): HasOpenAIParams.this.type
    Definition Classes
    Params
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. val deploymentName: ServiceParam[String]
    Definition Classes
    HasDeploymentName
  16. val echo: ServiceParam[Boolean]
  17. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  21. def explainParams(): String
    Definition Classes
    Params
  22. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  23. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val frequencyPenalty: ServiceParam[Double]
  26. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  27. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  28. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  29. def getBatchIndexPrompt: Seq[Seq[Int]]
    Definition Classes
    HasBatchIndexPrompt
  30. def getBatchIndexPromptCol: String
    Definition Classes
    HasBatchIndexPrompt
  31. def getBatchPrompt: Seq[String]
    Definition Classes
    HasBatchPrompt
  32. def getBatchPromptCol: String
    Definition Classes
    HasBatchPrompt
  33. def getBestOf: Int
  34. def getBestOfCol: String
  35. def getCacheLevel: Int
  36. def getCacheLevelCol: String
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  39. def getDeploymentName: String
    Definition Classes
    HasDeploymentName
  40. def getDeploymentNameCol: String
    Definition Classes
    HasDeploymentName
  41. def getEcho: Boolean
  42. def getEchoCol: String
  43. def getFrequencyPenalty: Double
  44. def getFrequencyPenaltyCol: String
  45. def getIndexPrompt: Seq[Int]
    Definition Classes
    HasIndexPrompt
  46. def getIndexPromptCol: String
    Definition Classes
    HasIndexPrompt
  47. def getLogProbs: Int
  48. def getLogProbsCol: String
  49. def getMaxTokens: Int
    Definition Classes
    HasMaxTokens
  50. def getMaxTokensCol: String
    Definition Classes
    HasMaxTokens
  51. def getModel: String
    Definition Classes
    HasModel
  52. def getModelCol: String
    Definition Classes
    HasModel
  53. def getN: Int
  54. def getNCol: String
  55. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  56. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  57. def getPresencePenalty: Double
  58. def getPresencePenaltyCol: String
  59. def getPrompt: String
    Definition Classes
    HasPrompt
  60. def getPromptCol: String
    Definition Classes
    HasPrompt
  61. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  62. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  63. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  64. def getStop: String
    Definition Classes
    HasStop
  65. def getStopCol: String
    Definition Classes
    HasStop
  66. def getTemperature: Double
    Definition Classes
    HasTemperature
  67. def getTemperatureCol: String
    Definition Classes
    HasTemperature
  68. def getTopP: Double
  69. def getTopPCol: String
  70. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  71. def getUser: String
  72. def getUserCol: String
  73. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  74. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  75. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  76. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  77. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  78. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  79. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  80. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  81. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  82. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  83. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  84. val indexPrompt: ServiceParam[Seq[Int]]
    Definition Classes
    HasIndexPrompt
  85. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  86. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  87. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  88. val logProbs: ServiceParam[Int]
  89. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasMaxTokens
  90. val model: ServiceParam[String]
    Definition Classes
    HasModel
  91. val n: ServiceParam[Int]
  92. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  93. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  94. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  95. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  96. val presencePenalty: ServiceParam[Double]
  97. val prompt: ServiceParam[String]
    Definition Classes
    HasPrompt
  98. final def set(paramPair: ParamPair[_]): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  99. final def set(param: String, value: Any): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  100. final def set[T](param: Param[T], value: T): HasOpenAIParams.this.type
    Definition Classes
    Params
  101. def setApiVersion(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasAPIVersion
  102. def setApiVersionCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasAPIVersion
  103. def setBatchIndexPrompt(v: Seq[Seq[Int]]): HasOpenAIParams.this.type
    Definition Classes
    HasBatchIndexPrompt
  104. def setBatchIndexPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasBatchIndexPrompt
  105. def setBatchPrompt(v: Seq[String]): HasOpenAIParams.this.type
    Definition Classes
    HasBatchPrompt
  106. def setBatchPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasBatchPrompt
  107. def setBestOf(v: Int): HasOpenAIParams.this.type
  108. def setBestOfCol(v: String): HasOpenAIParams.this.type
  109. def setCacheLevel(v: Int): HasOpenAIParams.this.type
  110. def setCacheLevelCol(v: String): HasOpenAIParams.this.type
  111. final def setDefault(paramPairs: ParamPair[_]*): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  112. final def setDefault[T](param: Param[T], value: T): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  113. def setDeploymentName(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasDeploymentName
  114. def setDeploymentNameCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasDeploymentName
  115. def setEcho(v: Boolean): HasOpenAIParams.this.type
  116. def setEchoCol(v: String): HasOpenAIParams.this.type
  117. def setFrequencyPenalty(v: Double): HasOpenAIParams.this.type
  118. def setFrequencyPenaltyCol(v: String): HasOpenAIParams.this.type
  119. def setIndexPrompt(v: Seq[Int]): HasOpenAIParams.this.type
    Definition Classes
    HasIndexPrompt
  120. def setIndexPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasIndexPrompt
  121. def setLogProbs(v: Int): HasOpenAIParams.this.type
  122. def setLogProbsCol(v: String): HasOpenAIParams.this.type
  123. def setMaxTokens(v: Int): HasOpenAIParams.this.type
    Definition Classes
    HasMaxTokens
  124. def setMaxTokensCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasMaxTokens
  125. def setModel(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasModel
  126. def setModelCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasModel
  127. def setN(v: Int): HasOpenAIParams.this.type
  128. def setNCol(v: String): HasOpenAIParams.this.type
  129. def setPresencePenalty(v: Double): HasOpenAIParams.this.type
  130. def setPresencePenaltyCol(v: String): HasOpenAIParams.this.type
  131. def setPrompt(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasPrompt
  132. def setPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasPrompt
  133. def setScalarParam[T](name: String, value: T): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  134. def setScalarParam[T](p: ServiceParam[T], value: T): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  135. def setStop(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasStop
  136. def setStopCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasStop
  137. def setTemperature(v: Double): HasOpenAIParams.this.type
    Definition Classes
    HasTemperature
  138. def setTemperatureCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasTemperature
  139. def setTopP(v: Double): HasOpenAIParams.this.type
  140. def setTopPCol(v: String): HasOpenAIParams.this.type
  141. def setUser(v: String): HasOpenAIParams.this.type
  142. def setUserCol(v: String): HasOpenAIParams.this.type
  143. def setVectorParam(name: String, value: String): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  144. def setVectorParam[T](p: ServiceParam[T], value: String): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  145. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  146. val stop: ServiceParam[String]
    Definition Classes
    HasStop
  147. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  148. val temperature: ServiceParam[Double]
    Definition Classes
    HasTemperature
  149. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  150. val topP: ServiceParam[Double]
  151. val user: ServiceParam[String]
  152. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  154. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasMaxTokens

Inherited from HasDeploymentName

Inherited from HasAPIVersion

Inherited from HasStop

Inherited from HasModel

Inherited from HasTemperature

Inherited from HasBatchIndexPrompt

Inherited from HasIndexPrompt

Inherited from HasBatchPrompt

Inherited from HasPrompt

Inherited from HasServiceParams

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped