Packages

class AIFoundryChatCompletion extends OpenAIChatCompletion with HasAIFoundryTextParamsExtended with SynapseMLLogging

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

Instance Constructors

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

    Definition Classes
    ConcurrencyParams
  50. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  51. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  52. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  53. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  54. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  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 getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  66. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  67. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  68. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  69. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  70. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  71. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  72. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  73. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  74. def getMessagesCol: String
    Definition Classes
    HasMessagesInput
  75. def getModel: String
  76. def getN: Int
    Definition Classes
    HasOpenAITextParams
  77. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  78. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  79. def getOutputCol: String

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

    Definition Classes
    ConcurrencyParams
  98. def getTopP: Double
    Definition Classes
    HasOpenAITextParams
  99. def getTopPCol: String
    Definition Classes
    HasOpenAITextParams
  100. def getUrl: String

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

    The name of the output column

    The name of the output column

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

    Definition Classes
    ConcurrencyParams
  205. def setConcurrentTimeout(value: Option[Double]): AIFoundryChatCompletion.this.type
    Definition Classes
    ConcurrencyParams
  206. def setConcurrentTimeout(value: Double): AIFoundryChatCompletion.this.type

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

    Definition Classes
    HasOutputCol
  237. def setPresencePenalty(v: Double): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  238. def setPresencePenaltyCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  239. def setResponseFormat(value: ResponseFormat): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  240. def setResponseFormat(value: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  241. def setResponseFormat(value: Map[String, String]): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  242. def setScalarParam[T](name: String, value: T): AIFoundryChatCompletion.this.type
    Definition Classes
    HasServiceParams
  243. def setScalarParam[T](p: ServiceParam[T], value: T): AIFoundryChatCompletion.this.type
    Definition Classes
    HasServiceParams
  244. def setSeed(v: Int): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  245. def setSeedCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  246. def setStop(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  247. def setStopCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  248. def setSubscriptionKey(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasSubscriptionKey
  249. def setSubscriptionKeyCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasSubscriptionKey
  250. def setTemperature(v: Double): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  251. def setTemperatureCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  252. def setTimeout(value: Double): AIFoundryChatCompletion.this.type

    Definition Classes
    ConcurrencyParams
  253. def setTopP(v: Double): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  254. def setTopPCol(v: String): AIFoundryChatCompletion.this.type
    Definition Classes
    HasOpenAITextParams
  255. def setUrl(value: String): AIFoundryChatCompletion.this.type

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

Inherited from OpenAIChatCompletion

Inherited from HasCognitiveServiceInput

Inherited from HasTelemHeaders

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