class OpenAIPrompt extends Transformer with HasAIFoundryTextParamsExtended with HasOpenAITextParamsExtended with HasMessagesInput with HasErrorCol with HasOutputCol with HasURL with HasCustomCogServiceDomain with ConcurrencyParams with HasSubscriptionKey with HasAADToken with HasCustomAuthHeader with HasCognitiveServiceInput with ComplexParamsWritable with SynapseMLLogging with HasGlobalParams

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAIPrompt
  2. HasGlobalParams
  3. ComplexParamsWritable
  4. MLWritable
  5. HasCognitiveServiceInput
  6. SynapseMLLogging
  7. HasTelemHeaders
  8. HasCustomHeaders
  9. HasCustomAuthHeader
  10. HasAADToken
  11. HasSubscriptionKey
  12. ConcurrencyParams
  13. HasCustomCogServiceDomain
  14. HasUrlPath
  15. Wrappable
  16. RWrappable
  17. PythonWrappable
  18. BaseWrappable
  19. HasURL
  20. HasOutputCol
  21. HasErrorCol
  22. HasMessagesInput
  23. HasAIFoundryTextParamsExtended
  24. HasOpenAITextParamsExtended
  25. HasOpenAITextParams
  26. HasOpenAISharedParams
  27. HasAPIVersion
  28. HasServiceParams
  29. Transformer
  30. PipelineStage
  31. Logging
  32. Params
  33. Serializable
  34. Serializable
  35. Identifiable
  36. AnyRef
  37. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OpenAIPrompt()
  2. new OpenAIPrompt(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 apiType: Param[String]
  10. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  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[_]): OpenAIPrompt.this.type
    Definition Classes
    Params
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. val columnTypes: StringStringMapParam
  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
    OpenAIPrompt → 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 dropPrompt: BooleanParam
  30. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  31. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  35. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  36. def explainParams(): String
    Definition Classes
    Params
  37. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  38. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  39. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  41. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  42. def getAADToken: String
    Definition Classes
    HasAADToken
  43. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  44. def getApiType: String
  45. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  46. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  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 getColumnTypes: Map[String, String]
  53. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  54. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  55. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  56. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  57. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  58. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  59. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  60. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  61. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  62. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  63. def getDropPrompt: Boolean
  64. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  65. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  66. def getErrorCol: String
    Definition Classes
    HasErrorCol
  67. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  68. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  69. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  70. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  71. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  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 getMessagesCol: String
    Definition Classes
    HasMessagesInput
  77. def getModel: String
  78. def getN: Int
    Definition Classes
    HasOpenAITextParams
  79. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  80. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  81. def getOutputCol: String

    Definition Classes
    HasOutputCol
  82. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  83. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  84. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  85. def getPostProcessing: String
  86. def getPostProcessingOptions: Map[String, String]
  87. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  88. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  89. def getPromptTemplate: String
  90. def getReasoningEffort: String
    Definition Classes
    HasOpenAITextParams
  91. def getReasoningEffortCol: String
    Definition Classes
    HasOpenAITextParams
  92. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  93. def getResponseFormat: Map[String, Any]
    Definition Classes
    HasOpenAITextParamsExtended
  94. def getResponseFormatType: String
    Definition Classes
    HasOpenAITextParamsExtended
  95. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  96. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  97. def getSeed: Int
    Definition Classes
    HasOpenAITextParams
  98. def getSeedCol: String
    Definition Classes
    HasOpenAITextParams
  99. def getStop: String
    Definition Classes
    HasOpenAITextParams
  100. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  101. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  102. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  103. def getSystemPrompt: String
  104. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  105. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  106. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  107. def getTopP: Double
    Definition Classes
    HasOpenAITextParams
  108. def getTopPCol: String
    Definition Classes
    HasOpenAITextParams
  109. def getUrl: String

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

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  163. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  164. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  165. val postProcessing: Param[String]
  166. val postProcessingOptions: StringStringMapParam
  167. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    OpenAIPromptHasCognitiveServiceInput
  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
    HasCognitiveServiceInput
  171. val presencePenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  172. val promptTemplate: Param[String]
  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. val reasoningEffort: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  202. val responseFormat: ServiceParam[Map[String, Any]]
    Definition Classes
    HasOpenAITextParamsExtended
  203. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  204. val seed: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  205. final def set(paramPair: ParamPair[_]): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  206. final def set(param: String, value: Any): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  207. final def set[T](param: Param[T], value: T): OpenAIPrompt.this.type
    Definition Classes
    Params
  208. def setAADToken(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  209. def setAADTokenCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  210. def setAIFoundryCustomServiceName(v: String): OpenAIPrompt.this.type
  211. def setApiType(value: String): OpenAIPrompt.this.type
  212. def setApiVersion(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAPIVersion
  213. def setApiVersionCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAPIVersion
  214. def setBestOf(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  215. def setBestOfCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  216. def setCacheLevel(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  217. def setCacheLevelCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  218. def setColumnType(columnName: String, columnType: String): OpenAIPrompt.this.type
  219. def setColumnTypes(v: HashMap[String, String]): OpenAIPrompt.this.type
  220. def setColumnTypes(value: Map[String, String]): OpenAIPrompt.this.type
  221. def setConcurrency(value: Int): OpenAIPrompt.this.type

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

    Definition Classes
    ConcurrencyParams
  224. def setCustomAuthHeader(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  225. def setCustomAuthHeaderCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  226. def setCustomHeaders(v: HashMap[String, String]): OpenAIPrompt.this.type
    Definition Classes
    HasCustomHeaders
  227. def setCustomHeaders(v: Map[String, String]): OpenAIPrompt.this.type
    Definition Classes
    HasCustomHeaders
  228. def setCustomServiceName(v: String): OpenAIPrompt.this.type
  229. def setCustomUrlRoot(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCognitiveServiceInput
  230. final def setDefault(paramPairs: ParamPair[_]*): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  231. final def setDefault[T](param: Param[T], value: T): OpenAIPrompt.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  232. def setDefaultAADToken(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  233. def setDefaultCustomAuthHeader(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  234. def setDefaultInternalEndpoint(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomCogServiceDomain
  235. def setDeploymentName(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  236. def setDeploymentNameCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  237. def setDropPrompt(value: Boolean): OpenAIPrompt.this.type
  238. def setEcho(v: Boolean): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  239. def setEchoCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  240. def setEndpoint(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomCogServiceDomain
  241. def setErrorCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasErrorCol
  242. def setFrequencyPenalty(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setFrequencyPenaltyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  244. def setLogProbs(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  245. def setLogProbsCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  246. def setMaxTokens(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  247. def setMaxTokensCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  248. def setMessagesCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasMessagesInput
  249. def setModel(v: String): OpenAIPrompt.this.type
  250. def setN(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  251. def setNCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  252. def setOutputCol(value: String): OpenAIPrompt.this.type

    Definition Classes
    HasOutputCol
  253. def setPostProcessing(value: String): OpenAIPrompt.this.type
  254. def setPostProcessingOptions(v: HashMap[String, String]): OpenAIPrompt.this.type
  255. def setPostProcessingOptions(value: Map[String, String]): OpenAIPrompt.this.type
  256. def setPresencePenalty(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  257. def setPresencePenaltyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  258. def setPromptTemplate(value: String): OpenAIPrompt.this.type
  259. def setReasoningEffort(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  260. def setReasoningEffortCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  261. def setResponseFormat(value: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  262. def setResponseFormat(value: Map[String, Any]): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  263. def setScalarParam[T](name: String, value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  264. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  265. def setSeed(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  266. def setSeedCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  267. def setStop(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  268. def setStopCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  269. def setSubscriptionKey(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  270. def setSubscriptionKeyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  271. def setSystemPrompt(value: String): OpenAIPrompt.this.type
  272. def setTemperature(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  273. def setTemperatureCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  274. def setTimeout(value: Double): OpenAIPrompt.this.type

    Definition Classes
    ConcurrencyParams
  275. def setTopP(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  276. def setTopPCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  277. def setUrl(value: String): OpenAIPrompt.this.type

    Definition Classes
    HasURL
  278. def setUser(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  279. def setUserCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  280. def setVectorParam(name: String, value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  281. def setVectorParam[T](p: ServiceParam[T], value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  282. def setVerbosity(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  283. def setVerbosityCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  284. val sharedTextParams: Seq[ServiceParam[_]]
  285. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  286. val stop: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  287. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  288. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  289. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  290. val systemPrompt: Param[String]
  291. val temperature: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  292. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  293. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  294. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  295. val topP: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  296. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    OpenAIPrompt → Transformer
  297. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  298. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  299. def transformSchema(schema: StructType): StructType
    Definition Classes
    OpenAIPrompt → PipelineStage
  300. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  301. val uid: String
    Definition Classes
    OpenAIPromptSynapseMLLogging → Identifiable
  302. val url: Param[String]
    Definition Classes
    HasURL
  303. def urlPath: String
    Definition Classes
    OpenAIPromptHasUrlPath
  304. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  305. val verbosity: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  306. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  307. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  308. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  309. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasGlobalParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasCognitiveServiceInput

Inherited from SynapseMLLogging

Inherited from HasTelemHeaders

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasAADToken

Inherited from HasSubscriptionKey

Inherited from ConcurrencyParams

Inherited from HasCustomCogServiceDomain

Inherited from HasUrlPath

Inherited from Wrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from HasErrorCol

Inherited from HasMessagesInput

Inherited from HasOpenAITextParams

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from HasServiceParams

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