class OpenAICompletion extends OpenAIServicesBase with HasOpenAITextParams with HasPromptInputs with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging

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

Instance Constructors

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

    Definition Classes
    ConcurrencyParams
  53. def getConcurrentTimeout: Double

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

    Definition Classes
    HasHandler
  69. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  70. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  71. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  72. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  73. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  74. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  75. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  76. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  77. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  78. def getN: Int
    Definition Classes
    HasOpenAITextParams
  79. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  80. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  81. def getOutputCol: String

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

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

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

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  153. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  154. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  155. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected[openai]
    Definition Classes
    OpenAICompletionHasCognitiveServiceInput
  156. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  157. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  158. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    OpenAICompletionHasCognitiveServiceInput
  159. val presencePenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  160. val prompt: ServiceParam[String]
    Definition Classes
    HasPromptInputs
  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. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  191. final def set(paramPair: ParamPair[_]): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  192. final def set(param: String, value: Any): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  193. final def set[T](param: Param[T], value: T): OpenAICompletion.this.type
    Definition Classes
    Params
  194. def setAADToken(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  195. def setAADTokenCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  196. def setApiVersion(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAPIVersion
  197. def setApiVersionCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAPIVersion
  198. def setBatchPrompt(v: Seq[String]): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  199. def setBatchPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  200. def setBestOf(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  201. def setBestOfCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  202. def setCacheLevel(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  203. def setCacheLevelCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  204. def setConcurrency(value: Int): OpenAICompletion.this.type

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

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

    Definition Classes
    HasOutputCol
  235. def setPresencePenalty(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  236. def setPresencePenaltyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  237. def setPrompt(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  238. def setPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  239. def setScalarParam[T](name: String, value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  240. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  241. def setStop(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  242. def setStopCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setSubscriptionKey(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  244. def setSubscriptionKeyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  245. def setTemperature(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  246. def setTemperatureCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  247. def setTimeout(value: Double): OpenAICompletion.this.type

    Definition Classes
    ConcurrencyParams
  248. def setTopP(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  249. def setTopPCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  250. def setUrl(value: String): OpenAICompletion.this.type

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

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasPromptInputs

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