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 apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  12. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  13. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def clear(param: Param[_]): OpenAIPrompt.this.type
    Definition Classes
    Params
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  17. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  18. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  19. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  20. def copy(extra: ParamMap): Transformer
    Definition Classes
    OpenAIPrompt → Transformer → PipelineStage → Params
  21. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  22. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  23. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  24. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  25. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  26. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  27. val dropPrompt: BooleanParam
  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 getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  45. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  46. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  47. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  49. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  50. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  51. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  52. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  53. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  54. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  55. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  56. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  57. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  58. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  59. def getDropPrompt: Boolean
  60. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  61. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  62. def getErrorCol: String
    Definition Classes
    HasErrorCol
  63. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  64. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  65. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  66. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  67. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  68. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  69. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  70. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  71. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  72. def getMessagesCol: String
    Definition Classes
    HasMessagesInput
  73. def getModel: String
  74. def getN: Int
    Definition Classes
    HasOpenAITextParams
  75. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  76. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  77. def getOutputCol: String

    Definition Classes
    HasOutputCol
  78. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  79. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  80. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  81. def getPostProcessing: String
  82. def getPostProcessingOptions: Map[String, String]
  83. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  84. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  85. def getPromptTemplate: String
  86. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  87. def getResponseFormat: Map[String, String]
    Definition Classes
    HasOpenAITextParamsExtended
  88. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  89. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  90. def getSeed: Int
    Definition Classes
    HasOpenAITextParams
  91. def getSeedCol: String
    Definition Classes
    HasOpenAITextParams
  92. def getStop: String
    Definition Classes
    HasOpenAITextParams
  93. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  94. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  95. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  96. def getSystemPrompt: String
  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. 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 messagesCol: Param[String]
    Definition Classes
    HasMessagesInput
  148. val model: ServiceParam[String]
  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. val postProcessing: Param[String]
  157. val postProcessingOptions: StringStringMapParam
  158. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    OpenAIPromptHasCognitiveServiceInput
  159. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  160. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  161. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  162. val presencePenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  163. val promptTemplate: Param[String]
  164. def pyAdditionalMethods: String
  165. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  166. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  167. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  168. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  169. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  170. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  171. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  172. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  173. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  174. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  175. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  176. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  177. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  178. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  179. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  180. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  181. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  182. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  183. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  184. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  185. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  186. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  187. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  188. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  189. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  190. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  191. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  192. val responseFormat: ServiceParam[Map[String, String]]
    Definition Classes
    HasOpenAITextParamsExtended
  193. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  194. val seed: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  195. final def set(paramPair: ParamPair[_]): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  196. final def set(param: String, value: Any): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  197. final def set[T](param: Param[T], value: T): OpenAIPrompt.this.type
    Definition Classes
    Params
  198. def setAADToken(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  199. def setAADTokenCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  200. def setAIFoundryCustomServiceName(v: String): OpenAIPrompt.this.type
  201. def setApiVersion(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAPIVersion
  202. def setApiVersionCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAPIVersion
  203. def setBestOf(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  204. def setBestOfCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  205. def setCacheLevel(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  206. def setCacheLevelCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  207. def setConcurrency(value: Int): OpenAIPrompt.this.type

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

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

    Definition Classes
    HasOutputCol
  239. def setPostProcessing(value: String): OpenAIPrompt.this.type
  240. def setPostProcessingOptions(v: HashMap[String, String]): OpenAIPrompt.this.type
  241. def setPostProcessingOptions(value: Map[String, String]): OpenAIPrompt.this.type
  242. def setPresencePenalty(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setPresencePenaltyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  244. def setPromptTemplate(value: String): OpenAIPrompt.this.type
  245. def setResponseFormat(value: ResponseFormat): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  246. def setResponseFormat(value: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  247. def setResponseFormat(value: Map[String, String]): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParamsExtended
  248. def setScalarParam[T](name: String, value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  249. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  250. def setSeed(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  251. def setSeedCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  252. def setStop(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  253. def setStopCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  254. def setSubscriptionKey(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  255. def setSubscriptionKeyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  256. def setSystemPrompt(value: String): OpenAIPrompt.this.type
  257. def setTemperature(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  258. def setTemperatureCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  259. def setTimeout(value: Double): OpenAIPrompt.this.type

    Definition Classes
    ConcurrencyParams
  260. def setTopP(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  261. def setTopPCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  262. def setUrl(value: String): OpenAIPrompt.this.type

    Definition Classes
    HasURL
  263. def setUser(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  264. def setUserCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  265. def setVectorParam(name: String, value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  266. def setVectorParam[T](p: ServiceParam[T], value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  267. val sharedTextParams: Seq[ServiceParam[_]]
  268. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  269. val stop: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  270. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  271. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  272. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  273. val systemPrompt: Param[String]
  274. val temperature: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  275. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  276. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  277. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  278. val topP: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  279. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    OpenAIPrompt → Transformer
  280. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  281. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  282. def transformSchema(schema: StructType): StructType
    Definition Classes
    OpenAIPrompt → PipelineStage
  283. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  284. val uid: String
    Definition Classes
    OpenAIPromptSynapseMLLogging → Identifiable
  285. val url: Param[String]
    Definition Classes
    HasURL
  286. def urlPath: String
    Definition Classes
    OpenAIPromptHasUrlPath
  287. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  288. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  289. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  290. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  291. 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