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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAICompletion
  2. HasInternalJsonOutputParser
  3. HasOpenAICognitiveServiceInput
  4. HasCognitiveServiceInput
  5. HasCustomAuthHeader
  6. HasPromptInputs
  7. HasOpenAITextParams
  8. OpenAIServicesBase
  9. OpenAIFabricSetting
  10. RESTUtils
  11. HasOpenAISharedParams
  12. HasAPIVersion
  13. CognitiveServicesBase
  14. HasHandler
  15. CognitiveServicesBaseNoHandler
  16. SynapseMLLogging
  17. HasCustomCogServiceDomain
  18. HasUrlPath
  19. HasAADToken
  20. HasErrorCol
  21. HasSubscriptionKey
  22. HasServiceParams
  23. ComplexParamsWritable
  24. MLWritable
  25. HasURL
  26. HasOutputCol
  27. ConcurrencyParams
  28. Wrappable
  29. DotnetWrappable
  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, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val batchPrompt: ServiceParam[Seq[String]]
    Definition Classes
    HasPromptInputs
  12. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  13. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  14. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. final def clear(param: Param[_]): 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
    HasOpenAISharedParams
  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
    HasOpenAITextParams
  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
    HasOpenAITextParams
  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 getBatchPrompt: Seq[String]
    Definition Classes
    HasPromptInputs
  60. def getBatchPromptCol: String
    Definition Classes
    HasPromptInputs
  61. def getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  62. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  63. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  64. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  65. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  66. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  67. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  68. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasOpenAICognitiveServiceInputHasCognitiveServiceInput
  69. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  70. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  71. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  72. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  73. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  74. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  75. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  76. def getErrorCol: String
    Definition Classes
    HasErrorCol
  77. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  78. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  79. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  80. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  81. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  82. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  83. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  84. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  85. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  86. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  87. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  88. def getModelStatus(modelName: String): Boolean
    Definition Classes
    OpenAIFabricSetting
  89. def getN: Int
    Definition Classes
    HasOpenAITextParams
  90. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  91. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  92. def getOutputCol: String

    Definition Classes
    HasOutputCol
  93. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  94. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  95. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  96. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  97. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  98. def getPrompt: String
    Definition Classes
    HasPromptInputs
  99. def getPromptCol: String
    Definition Classes
    HasPromptInputs
  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
    HasOpenAITextParams
  104. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  105. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  106. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  107. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  108. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  109. def getTimeout: Double

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

    Definition Classes
    HasCognitiveServiceInputHasURL
  113. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  114. def getUser: String
    Definition Classes
    HasOpenAISharedParams
  115. def getUserCol: String
    Definition Classes
    HasOpenAISharedParams
  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. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  130. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  131. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  132. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  133. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  134. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  135. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  136. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  137. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  138. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  139. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  140. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  141. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  142. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  143. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  144. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  145. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  146. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  147. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  148. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  149. val logProbs: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  150. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  151. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  152. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  153. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  154. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  155. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  156. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  157. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  158. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  159. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  160. val n: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  161. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  162. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  163. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  164. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

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

    Definition Classes
    ConcurrencyParams
  219. def setCustomAuthHeader(v: String): OpenAICompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  220. def setCustomAuthHeaderCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  221. def setCustomServiceName(v: String): OpenAICompletion.this.type
  222. final def setDefault(paramPairs: ParamPair[_]*): OpenAICompletion.this.type
    Attributes
    protected
    Definition Classes
    Params
  223. final def setDefault[T](param: Param[T], value: T): OpenAICompletion.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  224. def setDefaultAADToken(v: String): OpenAICompletion.this.type
    Definition Classes
    HasAADToken
  225. def setDefaultCustomAuthHeader(v: String): OpenAICompletion.this.type
    Definition Classes
    HasCustomAuthHeader
  226. def setDefaultInternalEndpoint(v: String): OpenAICompletion.this.type
    Definition Classes
    HasCustomCogServiceDomain
  227. def setDeploymentName(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  228. def setDeploymentNameCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAISharedParams
  229. def setEcho(v: Boolean): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  230. def setEchoCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  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
    HasOpenAITextParams
  234. def setFrequencyPenaltyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  235. def setHandler(v: UserDefinedFunction): OpenAICompletion.this.type
    Definition Classes
    HasHandler
  236. def setHandler(v: HandlerFunc): OpenAICompletion.this.type
    Definition Classes
    HasHandler
  237. def setLogProbs(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  238. def setLogProbsCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  239. def setMaxTokens(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  240. def setMaxTokensCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  241. def setN(v: Int): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  242. def setNCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setOutputCol(value: String): OpenAICompletion.this.type

    Definition Classes
    HasOutputCol
  244. def setPresencePenalty(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  245. def setPresencePenaltyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  246. def setPrompt(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  247. def setPromptCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasPromptInputs
  248. def setScalarParam[T](name: String, value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  249. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAICompletion.this.type
    Definition Classes
    HasServiceParams
  250. def setStop(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  251. def setStopCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  252. def setSubscriptionKey(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  253. def setSubscriptionKeyCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasSubscriptionKey
  254. def setTemperature(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  255. def setTemperatureCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  256. def setTimeout(value: Double): OpenAICompletion.this.type

    Definition Classes
    ConcurrencyParams
  257. def setTopP(v: Double): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  258. def setTopPCol(v: String): OpenAICompletion.this.type
    Definition Classes
    HasOpenAITextParams
  259. def setUrl(value: String): OpenAICompletion.this.type

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

Inherited from HasCognitiveServiceInput

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 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