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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAICompletion
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. HasPromptInputs
  5. HasOpenAITextParams
  6. HasOpenAISharedParams
  7. HasAPIVersion
  8. CognitiveServicesBase
  9. HasHandler
  10. CognitiveServicesBaseNoHandler
  11. SynapseMLLogging
  12. HasCustomCogServiceDomain
  13. HasUrlPath
  14. HasAADToken
  15. HasErrorCol
  16. HasSubscriptionKey
  17. HasServiceParams
  18. ComplexParamsWritable
  19. MLWritable
  20. HasURL
  21. HasOutputCol
  22. ConcurrencyParams
  23. Wrappable
  24. DotnetWrappable
  25. RWrappable
  26. PythonWrappable
  27. BaseWrappable
  28. Transformer
  29. PipelineStage
  30. Logging
  31. Params
  32. Serializable
  33. Serializable
  34. Identifiable
  35. AnyRef
  36. 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 batchPrompt: ServiceParam[Seq[String]]
    Definition Classes
    HasPromptInputs
  11. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  12. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  13. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def clear(param: Param[_]): OpenAICompletion.this.type
    Definition Classes
    Params
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  17. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  18. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  19. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  20. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  21. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  22. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  23. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  24. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  25. def dotnetAdditionalMethods: String
  26. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  36. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  37. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  38. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  39. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  40. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  41. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  42. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  43. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  46. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  47. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  48. def explainParams(): String
    Definition Classes
    Params
  49. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  50. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  51. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  53. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  54. def getAADToken: String
    Definition Classes
    HasAADToken
  55. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  56. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  57. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  58. def getBatchPrompt: Seq[String]
    Definition Classes
    HasPromptInputs
  59. def getBatchPromptCol: String
    Definition Classes
    HasPromptInputs
  60. def getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  61. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  62. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  63. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  64. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  66. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  67. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  68. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  69. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  70. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  71. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  72. def getErrorCol: String
    Definition Classes
    HasErrorCol
  73. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  74. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  75. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  76. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  77. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  78. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  79. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  80. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  81. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  82. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  83. def getN: Int
    Definition Classes
    HasOpenAITextParams
  84. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  85. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  86. def getOutputCol: String

    Definition Classes
    HasOutputCol
  87. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  88. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  89. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  90. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  91. def getPrompt: String
    Definition Classes
    HasPromptInputs
  92. def getPromptCol: String
    Definition Classes
    HasPromptInputs
  93. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  94. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  95. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  96. def getStop: String
    Definition Classes
    HasOpenAITextParams
  97. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  98. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  99. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  100. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  101. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  102. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  103. def getTopP: Double
    Definition Classes
    HasOpenAITextParams
  104. def getTopPCol: String
    Definition Classes
    HasOpenAITextParams
  105. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

    Definition Classes
    ConcurrencyParams
  213. def setCustomServiceName(v: String): OpenAICompletion.this.type
  214. final def setDefault(paramPairs: ParamPair[_]*): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  215. final def setDefault[T](param: Param[T], value: T): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  216. def setDefaultAADToken(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  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
    Definition Classes
    OpenAICompletionCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  271. val url: Param[String]
    Definition Classes
    HasURL
  272. def urlPath: String
    Definition Classes
    OpenAICompletionHasUrlPath
  273. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  274. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  275. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  276. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  277. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasCognitiveServiceInput

Inherited from HasPromptInputs

Inherited from HasOpenAITextParams

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

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