class OpenAIPrompt extends Transformer with HasOpenAITextParams with HasErrorCol with HasOutputCol with HasURL with HasCustomCogServiceDomain with ConcurrencyParams with HasSubscriptionKey with HasAADToken with HasCustomAuthHeader with ComplexParamsWritable with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAIPrompt
  2. SynapseMLLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. HasCustomAuthHeader
  6. HasAADToken
  7. HasSubscriptionKey
  8. ConcurrencyParams
  9. HasCustomCogServiceDomain
  10. HasUrlPath
  11. Wrappable
  12. DotnetWrappable
  13. RWrappable
  14. PythonWrappable
  15. BaseWrappable
  16. HasURL
  17. HasOutputCol
  18. HasErrorCol
  19. HasOpenAITextParams
  20. HasOpenAISharedParams
  21. HasAPIVersion
  22. HasServiceParams
  23. Transformer
  24. PipelineStage
  25. Logging
  26. Params
  27. Serializable
  28. Serializable
  29. Identifiable
  30. AnyRef
  31. 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 apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val bestOf: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  10. val cacheLevel: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  11. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. final def clear(param: Param[_]): OpenAIPrompt.this.type
    Definition Classes
    Params
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  15. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  16. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  17. def copy(extra: ParamMap): Transformer
    Definition Classes
    OpenAIPrompt → Transformer → PipelineStage → Params
  18. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  19. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  20. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  21. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  22. def dotnetAdditionalMethods: String
  23. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  36. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  37. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  38. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  39. val dropPrompt: BooleanParam
  40. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  41. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  45. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  46. def explainParams(): String
    Definition Classes
    Params
  47. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  48. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  49. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  51. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  52. def getAADToken: String
    Definition Classes
    HasAADToken
  53. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  54. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  55. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  56. def getBestOf: Int
    Definition Classes
    HasOpenAITextParams
  57. def getBestOfCol: String
    Definition Classes
    HasOpenAITextParams
  58. def getCacheLevel: Int
    Definition Classes
    HasOpenAITextParams
  59. def getCacheLevelCol: String
    Definition Classes
    HasOpenAITextParams
  60. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  62. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  63. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  64. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  65. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  66. def getDeploymentName: String
    Definition Classes
    HasOpenAISharedParams
  67. def getDeploymentNameCol: String
    Definition Classes
    HasOpenAISharedParams
  68. def getDropPrompt: Boolean
  69. def getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  70. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  71. def getErrorCol: String
    Definition Classes
    HasErrorCol
  72. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  73. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  74. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  75. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  76. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  77. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  78. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  79. def getN: Int
    Definition Classes
    HasOpenAITextParams
  80. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  81. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  82. def getOutputCol: String

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

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

    Definition Classes
    HasCustomCogServiceDomainHasURL
  104. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  105. def getUser: String
    Definition Classes
    HasOpenAISharedParams
  106. def getUserCol: String
    Definition Classes
    HasOpenAISharedParams
  107. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  108. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  109. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  110. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  111. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  112. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  113. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  114. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  115. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  116. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  117. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  118. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  119. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  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 makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  145. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  146. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  147. val maxTokens: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  148. val n: ServiceParam[Int]
    Definition Classes
    HasOpenAITextParams
  149. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  150. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  151. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  152. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

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

    Definition Classes
    ConcurrencyParams
  201. def setCustomAuthHeader(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  202. def setCustomAuthHeaderCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  203. def setCustomServiceName(v: String): OpenAIPrompt.this.type
  204. final def setDefault(paramPairs: ParamPair[_]*): OpenAIPrompt.this.type
    Attributes
    protected
    Definition Classes
    Params
  205. final def setDefault[T](param: Param[T], value: T): OpenAIPrompt.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  206. def setDefaultAADToken(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasAADToken
  207. def setDefaultCustomAuthHeader(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomAuthHeader
  208. def setDefaultInternalEndpoint(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomCogServiceDomain
  209. def setDeploymentName(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  210. def setDeploymentNameCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  211. def setDropPrompt(value: Boolean): OpenAIPrompt.this.type
  212. def setEcho(v: Boolean): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  213. def setEchoCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  214. def setEndpoint(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasCustomCogServiceDomain
  215. def setErrorCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasErrorCol
  216. def setFrequencyPenalty(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  217. def setFrequencyPenaltyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  218. def setLogProbs(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  219. def setLogProbsCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  220. def setMaxTokens(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  221. def setMaxTokensCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  222. def setN(v: Int): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  223. def setNCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  224. def setOutputCol(value: String): OpenAIPrompt.this.type

    Definition Classes
    HasOutputCol
  225. def setPostProcessing(value: String): OpenAIPrompt.this.type
  226. def setPostProcessingOptions(v: HashMap[String, String]): OpenAIPrompt.this.type
  227. def setPostProcessingOptions(value: Map[String, String]): OpenAIPrompt.this.type
  228. def setPresencePenalty(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  229. def setPresencePenaltyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  230. def setPromptTemplate(value: String): OpenAIPrompt.this.type
  231. def setScalarParam[T](name: String, value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  232. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  233. def setStop(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  234. def setStopCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  235. def setSubscriptionKey(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  236. def setSubscriptionKeyCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasSubscriptionKey
  237. def setTemperature(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  238. def setTemperatureCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  239. def setTimeout(value: Double): OpenAIPrompt.this.type

    Definition Classes
    ConcurrencyParams
  240. def setTopP(v: Double): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  241. def setTopPCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAITextParams
  242. def setUrl(value: String): OpenAIPrompt.this.type

    Definition Classes
    HasURL
  243. def setUser(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  244. def setUserCol(v: String): OpenAIPrompt.this.type
    Definition Classes
    HasOpenAISharedParams
  245. def setVectorParam(name: String, value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  246. def setVectorParam[T](p: ServiceParam[T], value: String): OpenAIPrompt.this.type
    Definition Classes
    HasServiceParams
  247. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  248. val stop: ServiceParam[String]
    Definition Classes
    HasOpenAITextParams
  249. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  250. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  251. val temperature: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  252. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  253. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  254. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  255. val topP: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  256. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    OpenAIPrompt → Transformer
  257. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  258. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  259. def transformSchema(schema: StructType): StructType
    Definition Classes
    OpenAIPrompt → PipelineStage
  260. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  261. val uid: String
    Definition Classes
    OpenAIPromptSynapseMLLogging → Identifiable
  262. val url: Param[String]
    Definition Classes
    HasURL
  263. def urlPath: String
    Definition Classes
    OpenAIPromptHasUrlPath
  264. val user: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  265. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  266. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  267. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  268. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from SynapseMLLogging

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasCustomAuthHeader

Inherited from HasAADToken

Inherited from HasSubscriptionKey

Inherited from ConcurrencyParams

Inherited from HasCustomCogServiceDomain

Inherited from HasUrlPath

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from HasErrorCol

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