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 getPreviousResponseId: String
    Definition Classes
    HasOpenAITextParamsResponses
  85. def getPreviousResponseIdCol: String
    Definition Classes
    HasOpenAITextParamsResponses
  86. def getReasoningEffort: String
    Definition Classes
    HasOpenAITextParams
  87. def getReasoningEffortCol: String
    Definition Classes
    HasOpenAITextParams
  88. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  89. def getResponseFormat: Map[String, Any]
    Definition Classes
    HasOpenAITextParamsResponses
  90. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  91. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  92. def getSeed: Int
    Definition Classes
    HasOpenAITextParams
  93. def getSeedCol: String
    Definition Classes
    HasOpenAITextParams
  94. def getStop: String
    Definition Classes
    HasOpenAITextParams
  95. def getStopCol: String
    Definition Classes
    HasOpenAITextParams
  96. def getStore: Boolean
    Definition Classes
    HasOpenAITextParamsResponses
  97. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  98. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  99. def getTemperature: Double
    Definition Classes
    HasOpenAITextParams
  100. def getTemperatureCol: String
    Definition Classes
    HasOpenAITextParams
  101. def getTimeout: Double

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

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

    The name of the output column

    The name of the output column

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

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

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

    Definition Classes
    HasOutputCol
  243. def setPresencePenalty(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  244. def setPresencePenaltyCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  245. def setPreviousResponseId(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  246. def setPreviousResponseIdCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  247. def setReasoningEffort(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  248. def setReasoningEffortCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  249. def setResponseFormat(value: ResponseFormat): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  250. def setResponseFormat(value: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  251. def setResponseFormat(value: Map[String, Any]): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  252. def setScalarParam[T](name: String, value: T): OpenAIResponses.this.type
    Definition Classes
    HasServiceParams
  253. def setScalarParam[T](p: ServiceParam[T], value: T): OpenAIResponses.this.type
    Definition Classes
    HasServiceParams
  254. def setSeed(v: Int): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  255. def setSeedCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  256. def setStop(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  257. def setStopCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  258. def setStore(v: Boolean): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParamsResponses
  259. def setSubscriptionKey(v: String): OpenAIResponses.this.type
    Definition Classes
    HasSubscriptionKey
  260. def setSubscriptionKeyCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasSubscriptionKey
  261. def setTemperature(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  262. def setTemperatureCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  263. def setTimeout(value: Double): OpenAIResponses.this.type

    Definition Classes
    ConcurrencyParams
  264. def setTopP(v: Double): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  265. def setTopPCol(v: String): OpenAIResponses.this.type
    Definition Classes
    HasOpenAITextParams
  266. def setUrl(value: String): OpenAIResponses.this.type

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