Packages

trait HasOpenAIParams extends HasServiceParams with HasSetServiceName with HasPrompt with HasBatchPrompt with HasIndexPrompt with HasBatchIndexPrompt with HasAPIVersion with HasDeploymentName with HasMaxTokens

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasOpenAIParams
  2. HasMaxTokens
  3. HasDeploymentName
  4. HasAPIVersion
  5. HasBatchIndexPrompt
  6. HasIndexPrompt
  7. HasBatchPrompt
  8. HasPrompt
  9. HasSetServiceName
  10. HasURL
  11. Wrappable
  12. DotnetWrappable
  13. RWrappable
  14. PythonWrappable
  15. BaseWrappable
  16. HasServiceParams
  17. Params
  18. Serializable
  19. Serializable
  20. Identifiable
  21. AnyRef
  22. 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. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. final def clear(param: Param[_]): HasOpenAIParams.this.type
    Definition Classes
    Params
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  16. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  17. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  18. val deploymentName: ServiceParam[String]
    Definition Classes
    HasDeploymentName
  19. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  20. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  36. val echo: ServiceParam[Boolean]
  37. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  41. def explainParams(): String
    Definition Classes
    Params
  42. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  43. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  44. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. val frequencyPenalty: ServiceParam[Double]
  46. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  47. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  48. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  49. def getBatchIndexPrompt: Seq[Seq[Int]]
    Definition Classes
    HasBatchIndexPrompt
  50. def getBatchIndexPromptCol: String
    Definition Classes
    HasBatchIndexPrompt
  51. def getBatchPrompt: Seq[String]
    Definition Classes
    HasBatchPrompt
  52. def getBatchPromptCol: String
    Definition Classes
    HasBatchPrompt
  53. def getBestOf: Int
  54. def getBestOfCol: String
  55. def getCacheLevel: Int
  56. def getCacheLevelCol: String
  57. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  59. def getDeploymentName: String
    Definition Classes
    HasDeploymentName
  60. def getDeploymentNameCol: String
    Definition Classes
    HasDeploymentName
  61. def getEcho: Boolean
  62. def getEchoCol: String
  63. def getFrequencyPenalty: Double
  64. def getFrequencyPenaltyCol: String
  65. def getIndexPrompt: Seq[Int]
    Definition Classes
    HasIndexPrompt
  66. def getIndexPromptCol: String
    Definition Classes
    HasIndexPrompt
  67. def getLogProbs: Int
  68. def getLogProbsCol: String
  69. def getMaxTokens: Int
    Definition Classes
    HasMaxTokens
  70. def getMaxTokensCol: String
    Definition Classes
    HasMaxTokens
  71. def getModel: String
  72. def getModelCol: String
  73. def getN: Int
  74. def getNCol: String
  75. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  76. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  77. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  78. def getPresencePenalty: Double
  79. def getPresencePenaltyCol: String
  80. def getPrompt: String
    Definition Classes
    HasPrompt
  81. def getPromptCol: String
    Definition Classes
    HasPrompt
  82. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  83. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  84. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  85. def getStop: String
  86. def getStopCol: String
  87. def getTemperature: Double
  88. def getTemperatureCol: String
  89. def getTopP: Double
  90. def getTopPCol: String
  91. def getUrl: String

    Definition Classes
    HasURL
  92. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  93. def getUser: String
  94. def getUserCol: String
  95. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  96. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  97. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  98. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  99. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  100. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  101. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  102. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  103. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  104. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  105. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  106. val indexPrompt: ServiceParam[Seq[Int]]
    Definition Classes
    HasIndexPrompt
  107. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  108. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  109. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  110. val logProbs: ServiceParam[Int]
  111. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  112. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  113. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  114. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasMaxTokens
  115. val model: ServiceParam[String]
  116. val n: ServiceParam[Int]
  117. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  118. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  119. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  120. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  121. val presencePenalty: ServiceParam[Double]
  122. val prompt: ServiceParam[String]
    Definition Classes
    HasPrompt
  123. def pyAdditionalMethods: String
    Definition Classes
    HasSetServiceNamePythonWrappable
  124. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  125. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  126. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  127. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  128. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  129. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  130. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  133. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  135. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  136. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  137. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  138. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  139. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  140. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  141. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  142. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  143. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  144. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  145. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  146. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  147. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  148. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  149. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  150. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  151. final def set(paramPair: ParamPair[_]): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  152. final def set(param: String, value: Any): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  153. final def set[T](param: Param[T], value: T): HasOpenAIParams.this.type
    Definition Classes
    Params
  154. def setApiVersion(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasAPIVersion
  155. def setApiVersionCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasAPIVersion
  156. def setBatchIndexPrompt(v: Seq[Seq[Int]]): HasOpenAIParams.this.type
    Definition Classes
    HasBatchIndexPrompt
  157. def setBatchIndexPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasBatchIndexPrompt
  158. def setBatchPrompt(v: Seq[String]): HasOpenAIParams.this.type
    Definition Classes
    HasBatchPrompt
  159. def setBatchPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasBatchPrompt
  160. def setBestOf(v: Int): HasOpenAIParams.this.type
  161. def setBestOfCol(v: String): HasOpenAIParams.this.type
  162. def setCacheLevel(v: Int): HasOpenAIParams.this.type
  163. def setCacheLevelCol(v: String): HasOpenAIParams.this.type
  164. final def setDefault(paramPairs: ParamPair[_]*): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  165. final def setDefault[T](param: Param[T], value: T): HasOpenAIParams.this.type
    Attributes
    protected
    Definition Classes
    Params
  166. def setDeploymentName(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasDeploymentName
  167. def setDeploymentNameCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasDeploymentName
  168. def setEcho(v: Boolean): HasOpenAIParams.this.type
  169. def setEchoCol(v: String): HasOpenAIParams.this.type
  170. def setFrequencyPenalty(v: Double): HasOpenAIParams.this.type
  171. def setFrequencyPenaltyCol(v: String): HasOpenAIParams.this.type
  172. def setIndexPrompt(v: Seq[Int]): HasOpenAIParams.this.type
    Definition Classes
    HasIndexPrompt
  173. def setIndexPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasIndexPrompt
  174. def setLogProbs(v: Int): HasOpenAIParams.this.type
  175. def setLogProbsCol(v: String): HasOpenAIParams.this.type
  176. def setMaxTokens(v: Int): HasOpenAIParams.this.type
    Definition Classes
    HasMaxTokens
  177. def setMaxTokensCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasMaxTokens
  178. def setModel(v: String): HasOpenAIParams.this.type
  179. def setModelCol(v: String): HasOpenAIParams.this.type
  180. def setN(v: Int): HasOpenAIParams.this.type
  181. def setNCol(v: String): HasOpenAIParams.this.type
  182. def setPresencePenalty(v: Double): HasOpenAIParams.this.type
  183. def setPresencePenaltyCol(v: String): HasOpenAIParams.this.type
  184. def setPrompt(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasPrompt
  185. def setPromptCol(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasPrompt
  186. def setScalarParam[T](name: String, value: T): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  187. def setScalarParam[T](p: ServiceParam[T], value: T): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  188. def setServiceName(v: String): HasOpenAIParams.this.type
    Definition Classes
    HasSetServiceName
  189. def setStop(v: String): HasOpenAIParams.this.type
  190. def setStopCol(v: String): HasOpenAIParams.this.type
  191. def setTemperature(v: Double): HasOpenAIParams.this.type
  192. def setTemperatureCol(v: String): HasOpenAIParams.this.type
  193. def setTopP(v: Double): HasOpenAIParams.this.type
  194. def setTopPCol(v: String): HasOpenAIParams.this.type
  195. def setUrl(value: String): HasOpenAIParams.this.type

    Definition Classes
    HasURL
  196. def setUser(v: String): HasOpenAIParams.this.type
  197. def setUserCol(v: String): HasOpenAIParams.this.type
  198. def setVectorParam(name: String, value: String): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  199. def setVectorParam[T](p: ServiceParam[T], value: String): HasOpenAIParams.this.type
    Definition Classes
    HasServiceParams
  200. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  201. val stop: ServiceParam[String]
  202. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  203. val temperature: ServiceParam[Double]
  204. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  205. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  206. val topP: ServiceParam[Double]
  207. val url: Param[String]
    Definition Classes
    HasURL
  208. val user: ServiceParam[String]
  209. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  210. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  211. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasMaxTokens

Inherited from HasDeploymentName

Inherited from HasAPIVersion

Inherited from HasBatchIndexPrompt

Inherited from HasIndexPrompt

Inherited from HasBatchPrompt

Inherited from HasPrompt

Inherited from HasSetServiceName

Inherited from HasURL

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from HasServiceParams

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped