class OpenAIResponses extends OpenAIServicesBase with HasOpenAITextParamsResponses with HasMessagesInput with HasCognitiveServiceInput with HasInternalJsonOutputParser with SynapseMLLogging with HasCustomHeaders with HasRAIContentFilter with HasTextOutput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OpenAIResponses
  2. HasTextOutput
  3. HasRAIContentFilter
  4. HasInternalJsonOutputParser
  5. HasCognitiveServiceInput
  6. HasTelemHeaders
  7. HasCustomHeaders
  8. HasCustomAuthHeader
  9. HasMessagesInput
  10. HasOpenAITextParamsResponses
  11. HasOpenAITextParams
  12. OpenAIServicesBase
  13. OpenAIFabricSetting
  14. RESTUtils
  15. HasOpenAISharedParams
  16. HasAPIVersion
  17. CognitiveServicesBase
  18. HasHandler
  19. CognitiveServicesBaseNoHandler
  20. HasGlobalParams
  21. SynapseMLLogging
  22. HasCustomCogServiceDomain
  23. HasUrlPath
  24. HasAADToken
  25. HasErrorCol
  26. HasSubscriptionKey
  27. HasServiceParams
  28. ComplexParamsWritable
  29. MLWritable
  30. HasURL
  31. HasOutputCol
  32. ConcurrencyParams
  33. Wrappable
  34. RWrappable
  35. PythonWrappable
  36. BaseWrappable
  37. Transformer
  38. PipelineStage
  39. Logging
  40. Params
  41. Serializable
  42. Serializable
  43. Identifiable
  44. AnyRef
  45. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  6. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  7. val aadHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  8. def addHeaders(req: HttpRequestBase, row: Row, addContentType: Boolean = true): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def assertModelStatus(modelName: String): Unit
    Definition Classes
    OpenAIFabricSetting
  12. val 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[_]): OpenAIResponses.this.type
    Definition Classes
    Params
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  17. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  18. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  19. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  20. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  21. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  22. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  23. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  24. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  25. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  26. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  27. val deploymentName: ServiceParam[String]
    Definition Classes
    HasOpenAISharedParams
  28. val echo: ServiceParam[Boolean]
    Definition Classes
    HasOpenAITextParams
  29. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  33. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  34. def explainParams(): String
    Definition Classes
    Params
  35. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  36. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  37. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. val frequencyPenalty: ServiceParam[Double]
    Definition Classes
    HasOpenAITextParams
  39. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  40. def getAADToken: String
    Definition Classes
    HasAADToken
  41. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  42. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  43. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  44. def 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 getEcho: Boolean
    Definition Classes
    HasOpenAITextParams
  60. def getEchoCol: String
    Definition Classes
    HasOpenAITextParams
  61. def getErrorCol: String
    Definition Classes
    HasErrorCol
  62. def getFrequencyPenalty: Double
    Definition Classes
    HasOpenAITextParams
  63. def getFrequencyPenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  64. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  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 getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  68. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  69. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    OpenAIServicesBaseCognitiveServicesBaseNoHandler
  70. def getLogProbs: Int
    Definition Classes
    HasOpenAITextParams
  71. def getLogProbsCol: String
    Definition Classes
    HasOpenAITextParams
  72. def getMaxTokens: Int
    Definition Classes
    HasOpenAITextParams
  73. def getMaxTokensCol: String
    Definition Classes
    HasOpenAITextParams
  74. def getMessagesCol: String
    Definition Classes
    HasMessagesInput
  75. def getN: Int
    Definition Classes
    HasOpenAITextParams
  76. def getNCol: String
    Definition Classes
    HasOpenAITextParams
  77. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  78. def getOutputCol: String

    Definition Classes
    HasOutputCol
  79. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  80. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  81. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  82. def getPresencePenalty: Double
    Definition Classes
    HasOpenAITextParams
  83. def getPresencePenaltyCol: String
    Definition Classes
    HasOpenAITextParams
  84. def getReasoningEffort: String
    Definition Classes
    HasOpenAITextParams
  85. def getReasoningEffortCol: String
    Definition Classes
    HasOpenAITextParams
  86. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  87. def getResponseFormat: Map[String, Any]
    Definition Classes
    HasOpenAITextParamsResponses
  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 getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  97. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  98. def getTimeout: Double

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

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

    The name of the output column

    The name of the output column

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

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

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

    Definition Classes
    HasOutputCol
  239. def setPresencePenalty(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  240. def setPresencePenaltyCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  241. def setReasoningEffort(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  242. def setReasoningEffortCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  243. def setResponseFormat(value: ResponseFormat): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  244. def setResponseFormat(value: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  245. def setResponseFormat(value: Map[String, Any]): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  246. def setScalarParam[T](name: String, value: T): OpenAIResponses.this.type
    Definition Classes
    HasServiceParams
  247. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIResponses.this.type
    Definition Classes
    HasServiceParams
  248. def setSeed(v: Int): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  249. def setSeedCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  250. def setStop(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  251. def setStopCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  252. def setSubscriptionKey(v: String): OpenAIResponses.this.type
    Definition Classes
    HasSubscriptionKey
  253. def setSubscriptionKeyCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasSubscriptionKey
  254. def setTemperature(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  255. def setTemperatureCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  256. def setTimeout(value: Double): OpenAIResponses.this.type

    Definition Classes
    ConcurrencyParams
  257. def setTopP(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  258. def setTopPCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  259. def setUrl(value: String): OpenAIResponses.this.type

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

Inherited from HasTextOutput

Inherited from HasRAIContentFilter

Inherited from HasCognitiveServiceInput

Inherited from HasTelemHeaders

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasMessagesInput

Inherited from HasOpenAITextParams

Inherited from OpenAIServicesBase

Inherited from OpenAIFabricSetting

Inherited from RESTUtils

Inherited from HasOpenAISharedParams

Inherited from HasAPIVersion

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from HasGlobalParams

Inherited from SynapseMLLogging

Inherited from HasCustomCogServiceDomain

Inherited from HasUrlPath

Inherited from HasAADToken

Inherited from HasErrorCol

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from ConcurrencyParams

Inherited from Wrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

param

setParam

Ungrouped