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

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  6. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  7. val aadHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  8. def addHeaders(req: HttpRequestBase, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None, customHeaders: Option[Map[String, 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. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  25. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  26. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  27. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  28. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  29. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  33. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  34. def explainParams(): String
    Definition Classes
    Params
  35. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  36. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  39. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  40. def getAADToken: String
    Definition Classes
    HasAADToken
  41. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  42. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  43. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  44. def getBatchPrompt: Seq[String]
    Definition Classes
    HasPromptInputs
  45. def getBatchPromptCol: String
    Definition Classes
    HasPromptInputs
  46. def getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  47. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  48. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  49. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  50. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  52. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  53. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasOpenAICognitiveServiceInputHasCognitiveServiceInput
  54. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  55. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  56. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  57. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  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 getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  69. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  70. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  71. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  72. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  73. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  74. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  75. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  76. def getModelStatus(modelName: String): Boolean
    Definition Classes
    OpenAIFabricSetting
  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 getStop: String
    Definition Classes
    HasOpenAITextParams
  92. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  93. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  94. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  95. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  96. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  97. def getTimeout: Double

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

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasPromptInputs

Inherited from HasOpenAITextParams

Inherited from OpenAIServicesBase

Inherited from OpenAIFabricSetting

Inherited from RESTUtils

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from CognitiveServicesBase

Inherited from HasHandler

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