class OpenAIChatCompletion extends OpenAIServicesBase with HasOpenAITextParamsExtended with HasMessagesInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAIChatCompletion
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. HasCustomHeaders
  5. HasCustomAuthHeader
  6. HasMessagesInput
  7. HasOpenAITextParamsExtended
  8. HasOpenAITextParams
  9. OpenAIServicesBase
  10. OpenAIFabricSetting
  11. RESTUtils
  12. HasOpenAISharedParams
  13. HasAPIVersion
  14. CognitiveServicesBase
  15. HasHandler
  16. CognitiveServicesBaseNoHandler
  17. HasGlobalParams
  18. SynapseMLLogging
  19. HasCustomCogServiceDomain
  20. HasUrlPath
  21. HasAADToken
  22. HasErrorCol
  23. HasSubscriptionKey
  24. HasServiceParams
  25. ComplexParamsWritable
  26. MLWritable
  27. HasURL
  28. HasOutputCol
  29. ConcurrencyParams
  30. Wrappable
  31. RWrappable
  32. PythonWrappable
  33. BaseWrappable
  34. Transformer
  35. PipelineStage
  36. Logging
  37. Params
  38. Serializable
  39. Serializable
  40. Identifiable
  41. AnyRef
  42. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenAIChatCompletion()
  2. new OpenAIChatCompletion(uid: String)

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 AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  6. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  7. val aadHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  8. def addHeaders(req: HttpRequestBase, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None, customHeaders: Option[Map[String, String]] = None): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  12. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  13. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def clear(param: Param[_]): OpenAIChatCompletion.this.type
    Definition Classes
    Params
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  17. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  18. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  19. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  20. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  21. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  22. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  23. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  24. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  25. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  26. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  27. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  28. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  32. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  33. def explainParams(): String
    Definition Classes
    Params
  34. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  35. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  36. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  38. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  39. def getAADToken: String
    Definition Classes
    HasAADToken
  40. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  41. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  42. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  43. def getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  44. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  45. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  46. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  47. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  48. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  49. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  50. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  51. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  52. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  53. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  54. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  55. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  56. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  57. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  58. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  59. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  60. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  61. def getErrorCol: String
    Definition Classes
    HasErrorCol
  62. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  63. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  64. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  65. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  66. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  67. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  68. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  69. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  70. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  71. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  72. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  73. def getMessagesCol: String
    Definition Classes
    HasMessagesInput
  74. def getModelStatus(modelName: String): Boolean
    Definition Classes
    OpenAIFabricSetting
  75. def getN: Int
    Definition Classes
    HasOpenAITextParams
  76. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  77. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  78. def getOutputCol: String

    Definition Classes
    HasOutputCol
  79. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  80. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  81. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  82. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  83. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  84. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  85. def getResponseFormat: Map[String, String]
    Definition Classes
    HasOpenAITextParamsExtended
  86. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  87. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  88. def getStop: String
    Definition Classes
    HasOpenAITextParams
  89. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  90. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  91. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  92. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  93. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  94. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  95. def getTopP: Double
    Definition Classes
    HasOpenAITextParams
  96. def getTopPCol: String
    Definition Classes
    HasOpenAITextParams
  97. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  98. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  99. def getUser: String
    Definition Classes
    HasOpenAISharedParams
  100. def getUserCol: String
    Definition Classes
    HasOpenAISharedParams
  101. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  102. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  103. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  104. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  105. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  106. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  107. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  108. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    OpenAIChatCompletionHasServiceParams
  109. val handler: UDFParam
    Definition Classes
    HasHandler
  110. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  111. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  112. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  113. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  114. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  115. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  117. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  118. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  119. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  120. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  121. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  122. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  123. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  124. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  125. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  126. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  127. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  128. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  129. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  130. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  131. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  132. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  133. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  134. val logProbs: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  135. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  136. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  137. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  138. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  139. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  140. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  141. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  142. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  143. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  144. val messagesCol: Param[String]
    Definition Classes
    HasMessagesInput
  145. val n: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  146. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  147. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  148. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  149. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  150. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  151. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  152. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected[openai]
    Definition Classes
    OpenAIChatCompletionHasCognitiveServiceInput
  153. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  154. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  155. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    OpenAIChatCompletionHasCognitiveServiceInput
  156. val presencePenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  157. def pyAdditionalMethods: String
  158. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  159. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  160. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  161. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  162. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  163. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  164. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  165. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  166. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  167. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  168. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  169. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  170. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  171. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  172. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  173. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  174. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  175. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  176. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  177. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  178. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  179. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  180. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  181. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  182. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  183. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  184. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  185. def responseDataType: DataType
  186. val responseFormat: ServiceParam[Map[String, String]]
    Definition Classes
    HasOpenAITextParamsExtended
  187. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  188. final def set(paramPair: ParamPair[_]): OpenAIChatCompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  189. final def set(param: String, value: Any): OpenAIChatCompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  190. final def set[T](param: Param[T], value: T): OpenAIChatCompletion.this.type
    Definition Classes
    Params
  191. def setAADToken(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasAADToken
  192. def setAADTokenCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasAADToken
  193. def setApiVersion(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasAPIVersion
  194. def setApiVersionCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasAPIVersion
  195. def setBestOf(v: Int): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  196. def setBestOfCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  197. def setCacheLevel(v: Int): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  198. def setCacheLevelCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  199. def setConcurrency(value: Int): OpenAIChatCompletion.this.type

    Definition Classes
    ConcurrencyParams
  200. def setConcurrentTimeout(value: Option[Double]): OpenAIChatCompletion.this.type
    Definition Classes
    ConcurrencyParams
  201. def setConcurrentTimeout(value: Double): OpenAIChatCompletion.this.type

    Definition Classes
    ConcurrencyParams
  202. def setCustomAuthHeader(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  203. def setCustomAuthHeaderCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  204. def setCustomHeaders(v: HashMap[String, String]): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomHeaders
  205. def setCustomHeaders(v: Map[String, String]): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomHeaders
  206. def setCustomServiceName(v: String): OpenAIChatCompletion.this.type
  207. def setCustomUrlRoot(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCognitiveServiceInput
  208. final def setDefault(paramPairs: ParamPair[_]*): OpenAIChatCompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  209. final def setDefault[T](param: Param[T], value: T): OpenAIChatCompletion.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  210. def setDefaultAADToken(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasAADToken
  211. def setDefaultCustomAuthHeader(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  212. def setDefaultInternalEndpoint(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomCogServiceDomain
  213. def setDeploymentName(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  214. def setDeploymentNameCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  215. def setEcho(v: Boolean): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  216. def setEchoCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  217. def setEndpoint(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasCustomCogServiceDomain
  218. def setErrorCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasErrorCol
  219. def setFrequencyPenalty(v: Double): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  220. def setFrequencyPenaltyCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  221. def setHandler(v: UserDefinedFunction): OpenAIChatCompletion.this.type
    Definition Classes
    HasHandler
  222. def setHandler(v: HandlerFunc): OpenAIChatCompletion.this.type
    Definition Classes
    HasHandler
  223. def setLogProbs(v: Int): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  224. def setLogProbsCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  225. def setMaxTokens(v: Int): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  226. def setMaxTokensCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  227. def setMessagesCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasMessagesInput
  228. def setN(v: Int): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  229. def setNCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  230. def setOutputCol(value: String): OpenAIChatCompletion.this.type

    Definition Classes
    HasOutputCol
  231. def setPresencePenalty(v: Double): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  232. def setPresencePenaltyCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  233. def setResponseFormat(value: ResponseFormat): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  234. def setResponseFormat(value: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  235. def setResponseFormat(value: Map[String, String]): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  236. def setScalarParam[T](name: String, value: T): OpenAIChatCompletion.this.type
    Definition Classes
    HasServiceParams
  237. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIChatCompletion.this.type
    Definition Classes
    HasServiceParams
  238. def setStop(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  239. def setStopCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  240. def setSubscriptionKey(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasSubscriptionKey
  241. def setSubscriptionKeyCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasSubscriptionKey
  242. def setTemperature(v: Double): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setTemperatureCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  244. def setTimeout(value: Double): OpenAIChatCompletion.this.type

    Definition Classes
    ConcurrencyParams
  245. def setTopP(v: Double): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  246. def setTopPCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  247. def setUrl(value: String): OpenAIChatCompletion.this.type

    Definition Classes
    HasURL
  248. def setUser(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  249. def setUserCol(v: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  250. def setVectorParam(name: String, value: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasServiceParams
  251. def setVectorParam[T](p: ServiceParam[T], value: String): OpenAIChatCompletion.this.type
    Definition Classes
    HasServiceParams
  252. def shouldSkip(row: Row): Boolean
    Definition Classes
    OpenAIChatCompletionHasServiceParams
  253. val stop: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  254. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  255. val subscriptionKeyHeaderName: String
  256. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  257. val temperature: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  258. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  259. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  260. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  261. val topP: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  262. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  263. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  264. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  265. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  266. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  267. val uid: String
  268. val url: Param[String]
    Definition Classes
    HasURL
  269. def urlPath: String
    Definition Classes
    OpenAIChatCompletionHasUrlPath
  270. def usageGet(url: String, headers: Map[String, String]): JsValue
    Definition Classes
    RESTUtils
  271. def usagePost(url: String, body: String): JsValue
    Definition Classes
    OpenAIFabricSetting
  272. def usagePost(url: String, body: String, headers: Map[String, String]): JsValue
    Definition Classes
    RESTUtils
  273. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  274. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  275. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  276. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  277. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasMessagesInput

Inherited from HasOpenAITextParams

Inherited from OpenAIServicesBase

Inherited from OpenAIFabricSetting

Inherited from RESTUtils

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from HasGlobalParams

Inherited from SynapseMLLogging

Inherited from HasCustomCogServiceDomain

Inherited from HasUrlPath

Inherited from HasAADToken

Inherited from HasErrorCol

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from ConcurrencyParams

Inherited from Wrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped