class OpenAICompletion extends CognitiveServicesBase with HasOpenAIParams with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAICompletion
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. HasOpenAIParams
  5. HasMaxTokens
  6. HasDeploymentName
  7. HasAPIVersion
  8. HasStop
  9. HasModel
  10. HasTemperature
  11. HasBatchIndexPrompt
  12. HasIndexPrompt
  13. HasBatchPrompt
  14. HasPrompt
  15. CognitiveServicesBase
  16. HasHandler
  17. CognitiveServicesBaseNoHandler
  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. DotnetWrappable
  32. RWrappable
  33. PythonWrappable
  34. BaseWrappable
  35. Transformer
  36. PipelineStage
  37. Logging
  38. Params
  39. Serializable
  40. Serializable
  41. Identifiable
  42. AnyRef
  43. 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 aadHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  7. def addHeaders(req: HttpRequestBase, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = ""): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  8. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val batchIndexPrompt: ServiceParam[Seq[Seq[Int]]]
    Definition Classes
    HasBatchIndexPrompt
  11. val batchPrompt: ServiceParam[Seq[String]]
    Definition Classes
    HasBatchPrompt
  12. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAIParams
  13. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAIParams
  14. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. final def clear(param: Param[_]): OpenAICompletion.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. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  25. val deploymentName: ServiceParam[String]
    Definition Classes
    HasDeploymentName
  26. def dotnetAdditionalMethods: String
  27. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  36. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  37. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  38. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  39. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  40. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  41. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  42. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  43. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAIParams
  44. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  45. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  47. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  48. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  49. def explainParams(): String
    Definition Classes
    Params
  50. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  51. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  52. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  53. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAIParams
  54. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  55. def getAADToken: String
    Definition Classes
    HasAADToken
  56. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  57. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  58. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  59. def getBatchIndexPrompt: Seq[Seq[Int]]
    Definition Classes
    HasBatchIndexPrompt
  60. def getBatchIndexPromptCol: String
    Definition Classes
    HasBatchIndexPrompt
  61. def getBatchPrompt: Seq[String]
    Definition Classes
    HasBatchPrompt
  62. def getBatchPromptCol: String
    Definition Classes
    HasBatchPrompt
  63. def getBestOf: Int
    Definition Classes
    HasOpenAIParams
  64. def getBestOfCol: String
    Definition Classes
    HasOpenAIParams
  65. def getCacheLevel: Int
    Definition Classes
    HasOpenAIParams
  66. def getCacheLevelCol: String
    Definition Classes
    HasOpenAIParams
  67. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  68. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  69. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  70. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  71. def getDeploymentName: String
    Definition Classes
    HasDeploymentName
  72. def getDeploymentNameCol: String
    Definition Classes
    HasDeploymentName
  73. def getEcho: Boolean
    Definition Classes
    HasOpenAIParams
  74. def getEchoCol: String
    Definition Classes
    HasOpenAIParams
  75. def getErrorCol: String
    Definition Classes
    HasErrorCol
  76. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAIParams
  77. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAIParams
  78. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  79. def getIndexPrompt: Seq[Int]
    Definition Classes
    HasIndexPrompt
  80. def getIndexPromptCol: String
    Definition Classes
    HasIndexPrompt
  81. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  82. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  83. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  84. def getLogProbs: Int
    Definition Classes
    HasOpenAIParams
  85. def getLogProbsCol: String
    Definition Classes
    HasOpenAIParams
  86. def getMaxTokens: Int
    Definition Classes
    HasMaxTokens
  87. def getMaxTokensCol: String
    Definition Classes
    HasMaxTokens
  88. def getModel: String
    Definition Classes
    HasModel
  89. def getModelCol: String
    Definition Classes
    HasModel
  90. def getN: Int
    Definition Classes
    HasOpenAIParams
  91. def getNCol: String
    Definition Classes
    HasOpenAIParams
  92. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  93. def getOutputCol: String

    Definition Classes
    HasOutputCol
  94. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  95. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  96. def getPresencePenalty: Double
    Definition Classes
    HasOpenAIParams
  97. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAIParams
  98. def getPrompt: String
    Definition Classes
    HasPrompt
  99. def getPromptCol: String
    Definition Classes
    HasPrompt
  100. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  101. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  102. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  103. def getStop: String
    Definition Classes
    HasStop
  104. def getStopCol: String
    Definition Classes
    HasStop
  105. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  106. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  107. def getTemperature: Double
    Definition Classes
    HasTemperature
  108. def getTemperatureCol: String
    Definition Classes
    HasTemperature
  109. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  110. def getTopP: Double
    Definition Classes
    HasOpenAIParams
  111. def getTopPCol: String
    Definition Classes
    HasOpenAIParams
  112. def getUrl: String

    Definition Classes
    HasURL
  113. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  114. def getUser: String
    Definition Classes
    HasOpenAIParams
  115. def getUserCol: String
    Definition Classes
    HasOpenAIParams
  116. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  117. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  118. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  119. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  120. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  121. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  122. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  123. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  124. val handler: UDFParam
    Definition Classes
    HasHandler
  125. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  126. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  127. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  128. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  129. val indexPrompt: ServiceParam[Seq[Int]]
    Definition Classes
    HasIndexPrompt
  130. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  131. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  132. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  133. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  134. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  135. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  136. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  137. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  138. def logBase(info: SynapseMLLogInfo): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  139. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  140. def logClass(): Unit
    Definition Classes
    SynapseMLLogging
  141. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  142. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  143. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  144. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  145. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  146. def logFit[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  147. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  148. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  149. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  150. val logProbs: ServiceParam[Int]
    Definition Classes
    HasOpenAIParams
  151. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  152. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  153. def logTrain[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  154. def logTransform[T](f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  155. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    SynapseMLLogging
  156. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  157. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  158. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  159. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  160. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  161. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasMaxTokens
  162. val model: ServiceParam[String]
    Definition Classes
    HasModel
  163. val n: ServiceParam[Int]
    Definition Classes
    HasOpenAIParams
  164. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  165. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  166. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  167. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  168. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  169. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  170. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    OpenAICompletionHasCognitiveServiceInput
  171. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  172. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  173. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    OpenAICompletionHasCognitiveServiceInput
  174. val presencePenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAIParams
  175. val prompt: ServiceParam[String]
    Definition Classes
    HasPrompt
  176. def pyAdditionalMethods: String
  177. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  178. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  179. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  180. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  181. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  182. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  183. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  184. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  185. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  186. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  187. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  188. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  189. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  190. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  191. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  192. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  193. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  194. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  195. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  196. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  197. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  198. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  199. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  200. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  201. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  202. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  203. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  204. def responseDataType: DataType
  205. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  206. final def set(paramPair: ParamPair[_]): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  207. final def set(param: String, value: Any): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  208. final def set[T](param: Param[T], value: T): OpenAICompletion.this.type
    Definition Classes
    Params
  209. def setAADToken(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  210. def setAADTokenCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  211. def setApiVersion(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAPIVersion
  212. def setApiVersionCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAPIVersion
  213. def setBatchIndexPrompt(v: Seq[Seq[Int]]): OpenAICompletion.this.type
    Definition Classes
    HasBatchIndexPrompt
  214. def setBatchIndexPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasBatchIndexPrompt
  215. def setBatchPrompt(v: Seq[String]): OpenAICompletion.this.type
    Definition Classes
    HasBatchPrompt
  216. def setBatchPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasBatchPrompt
  217. def setBestOf(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  218. def setBestOfCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  219. def setCacheLevel(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  220. def setCacheLevelCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  221. def setConcurrency(value: Int): OpenAICompletion.this.type

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

    Definition Classes
    ConcurrencyParams
  224. def setCustomServiceName(v: String): OpenAICompletion.this.type
  225. final def setDefault(paramPairs: ParamPair[_]*): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  226. final def setDefault[T](param: Param[T], value: T): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  227. def setDeploymentName(v: String): OpenAICompletion.this.type
    Definition Classes
    HasDeploymentName
  228. def setDeploymentNameCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasDeploymentName
  229. def setEcho(v: Boolean): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  230. def setEchoCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  231. def setEndpoint(v: String): OpenAICompletion.this.type
    Definition Classes
    HasCustomCogServiceDomain
  232. def setErrorCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasErrorCol
  233. def setFrequencyPenalty(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  234. def setFrequencyPenaltyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  235. def setHandler(v: UserDefinedFunction): OpenAICompletion.this.type
    Definition Classes
    HasHandler
  236. def setHandler(v: HandlerFunc): OpenAICompletion.this.type
    Definition Classes
    HasHandler
  237. def setIndexPrompt(v: Seq[Int]): OpenAICompletion.this.type
    Definition Classes
    HasIndexPrompt
  238. def setIndexPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasIndexPrompt
  239. def setLogProbs(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  240. def setLogProbsCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  241. def setMaxTokens(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasMaxTokens
  242. def setMaxTokensCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasMaxTokens
  243. def setModel(v: String): OpenAICompletion.this.type
    Definition Classes
    HasModel
  244. def setModelCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasModel
  245. def setN(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  246. def setNCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  247. def setOutputCol(value: String): OpenAICompletion.this.type

    Definition Classes
    HasOutputCol
  248. def setPresencePenalty(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  249. def setPresencePenaltyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  250. def setPrompt(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPrompt
  251. def setPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPrompt
  252. def setScalarParam[T](name: String, value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  253. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  254. def setStop(v: String): OpenAICompletion.this.type
    Definition Classes
    HasStop
  255. def setStopCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasStop
  256. def setSubscriptionKey(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  257. def setSubscriptionKeyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  258. def setTemperature(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasTemperature
  259. def setTemperatureCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasTemperature
  260. def setTimeout(value: Double): OpenAICompletion.this.type

    Definition Classes
    ConcurrencyParams
  261. def setTopP(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  262. def setTopPCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  263. def setUrl(value: String): OpenAICompletion.this.type

    Definition Classes
    HasURL
  264. def setUser(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  265. def setUserCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAIParams
  266. def setVectorParam(name: String, value: String): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  267. def setVectorParam[T](p: ServiceParam[T], value: String): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  268. def shouldSkip(row: Row): Boolean
    Definition Classes
    OpenAICompletionHasServiceParams
  269. val stop: ServiceParam[String]
    Definition Classes
    HasStop
  270. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  271. val subscriptionKeyHeaderName: String
  272. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  273. val temperature: ServiceParam[Double]
    Definition Classes
    HasTemperature
  274. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  275. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  276. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  277. val topP: ServiceParam[Double]
    Definition Classes
    HasOpenAIParams
  278. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  279. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  280. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  281. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  282. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  283. val uid: String
    Definition Classes
    OpenAICompletionCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  284. val url: Param[String]
    Definition Classes
    HasURL
  285. def urlPath: String
    Definition Classes
    OpenAICompletionHasUrlPath
  286. val user: ServiceParam[String]
    Definition Classes
    HasOpenAIParams
  287. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  288. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  289. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  290. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasCognitiveServiceInput

Inherited from HasOpenAIParams

Inherited from HasMaxTokens

Inherited from HasDeploymentName

Inherited from HasAPIVersion

Inherited from HasStop

Inherited from HasModel

Inherited from HasTemperature

Inherited from HasBatchIndexPrompt

Inherited from HasIndexPrompt

Inherited from HasBatchPrompt

Inherited from HasPrompt

Inherited from CognitiveServicesBase

Inherited from HasHandler

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 DotnetWrappable

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