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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAICompletion
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. HasTelemHeaders
  5. HasCustomHeaders
  6. HasCustomAuthHeader
  7. HasPromptInputs
  8. HasOpenAITextParams
  9. OpenAIServicesBase
  10. OpenAIFabricSetting
  11. RESTUtils
  12. HasOpenAISharedParams
  13. HasAPIVersion
  14. CognitiveServicesBase
  15. HasHandler
  16. CognitiveServicesBaseNoHandler
  17. HasGlobalParams
  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. RWrappable
  32. PythonWrappable
  33. BaseWrappable
  34. Transformer
  35. PipelineStage
  36. Logging
  37. Params
  38. Serializable
  39. Serializable
  40. Identifiable
  41. AnyRef
  42. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenAICompletion()
  2. new OpenAICompletion(uid: String)

Value Members

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

    Definition Classes
    ConcurrencyParams
  53. def getConcurrentTimeout: Double

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

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

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

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

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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

Inherited from HasCognitiveServiceInput

Inherited from HasTelemHeaders

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasPromptInputs

Inherited from HasOpenAITextParams

Inherited from OpenAIServicesBase

Inherited from OpenAIFabricSetting

Inherited from RESTUtils

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from HasGlobalParams

Inherited from SynapseMLLogging

Inherited from HasCustomCogServiceDomain

Inherited from HasUrlPath

Inherited from HasAADToken

Inherited from HasErrorCol

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from ConcurrencyParams

Inherited from Wrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped