class AnalyzeText extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with HasAPIVersion with HasCountryHint with TextAnalyticsAutoBatch with HasBatchSize with AnalyzeTextTaskParameters with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzeText
  2. AnalyzeTextTaskParameters
  3. HasBatchSize
  4. TextAnalyticsAutoBatch
  5. TextAnalyticsInputParams
  6. HasCountryHint
  7. HasAPIVersion
  8. HasSetLocation
  9. DomainHelper
  10. HasInternalJsonOutputParser
  11. HasCognitiveServiceInput
  12. HasCustomHeaders
  13. HasCustomAuthHeader
  14. CognitiveServicesBase
  15. HasHandler
  16. CognitiveServicesBaseNoHandler
  17. SynapseMLLogging
  18. HasCustomCogServiceDomain
  19. HasUrlPath
  20. HasAADToken
  21. HasErrorCol
  22. HasSubscriptionKey
  23. HasServiceParams
  24. ComplexParamsWritable
  25. MLWritable
  26. HasURL
  27. HasOutputCol
  28. ConcurrencyParams
  29. Wrappable
  30. RWrappable
  31. PythonWrappable
  32. BaseWrappable
  33. Transformer
  34. PipelineStage
  35. Logging
  36. Params
  37. Serializable
  38. Serializable
  39. Identifiable
  40. AnyRef
  41. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalyzeText()
  2. new AnalyzeText(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, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None, customHeaders: Option[Map[String, String]] = None): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val batchSize: Param[Int]
    Definition Classes
    HasBatchSize
  12. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  13. final def clear(param: Param[_]): AnalyzeText.this.type
    Definition Classes
    Params
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  16. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  17. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  18. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  19. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  20. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  21. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  22. val countryHint: ServiceParam[Seq[String]]
    Definition Classes
    HasCountryHint
  23. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  24. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  25. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  26. val domain: ServiceParam[String]
    Definition Classes
    AnalyzeTextTaskParameters
  27. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  31. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  32. def explainParams(): String
    Definition Classes
    Params
  33. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  34. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  37. def getAADToken: String
    Definition Classes
    HasAADToken
  38. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  39. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  40. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  41. def getBatchSize: Int

    Definition Classes
    HasBatchSize
  42. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  44. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  45. def getCountryHint: Seq[String]
    Definition Classes
    HasCountryHint
  46. def getCountryHintCol: String
    Definition Classes
    HasCountryHint
  47. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  48. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  49. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  50. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  51. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  52. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  53. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  54. def getDomain: String
    Definition Classes
    AnalyzeTextTaskParameters
  55. def getDomainCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  56. def getErrorCol: String
    Definition Classes
    HasErrorCol
  57. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  58. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  59. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  60. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  61. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    AnalyzeTextCognitiveServicesBaseNoHandler
  62. def getKind: String
  63. def getLocationDomain(location: String): String
    Attributes
    protected
    Definition Classes
    DomainHelper
  64. def getLoggingOptOut: Boolean
    Definition Classes
    AnalyzeTextTaskParameters
  65. def getLoggingOptOutCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  66. def getModelVersion: String
    Definition Classes
    AnalyzeTextTaskParameters
  67. def getModelVersionCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  68. def getOpinionMining: Boolean
    Definition Classes
    AnalyzeTextTaskParameters
  69. def getOpinionMiningCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  70. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  71. def getOutputCol: String

    Definition Classes
    HasOutputCol
  72. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  73. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  74. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  75. def getPiiCategories: Seq[String]
    Definition Classes
    AnalyzeTextTaskParameters
  76. def getPiiCategoriesCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  77. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  78. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  79. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  80. def getShowStats: Boolean
  81. def getStringIndexType: String
    Definition Classes
    AnalyzeTextTaskParameters
  82. def getStringIndexTypeCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  83. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  84. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  85. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  86. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  87. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  88. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  89. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  90. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  91. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  92. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  93. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  94. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  95. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  96. val handler: UDFParam
    Definition Classes
    HasHandler
  97. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  98. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  99. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  100. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  101. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  102. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  104. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  105. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  106. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  107. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  108. val kind: Param[String]
  109. val language: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  110. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  111. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  112. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  113. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  114. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  115. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  116. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  117. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  118. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  119. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  120. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  121. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  122. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  123. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  124. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  125. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  126. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  127. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  128. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  129. val loggingOptOut: ServiceParam[Boolean]
    Definition Classes
    AnalyzeTextTaskParameters
  130. def makeAnalysisInput(row: Row): String
    Attributes
    protected
  131. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  132. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  133. def makeTaskParameters(row: Row): String
    Attributes
    protected
  134. val modelVersion: ServiceParam[String]
    Definition Classes
    AnalyzeTextTaskParameters
  135. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  136. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  137. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  138. val opinionMining: ServiceParam[Boolean]
    Definition Classes
    AnalyzeTextTaskParameters
  139. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  140. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  141. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  142. val piiCategories: ServiceParam[Seq[String]]
    Definition Classes
    AnalyzeTextTaskParameters
  143. def postprocessResponse(responseOpt: Row): Option[Seq[Row]]
    Attributes
    protected
  144. def postprocessResponseUdf: UserDefinedFunction
    Attributes
    protected
  145. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    AnalyzeTextHasCognitiveServiceInput
  146. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  147. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  148. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  149. def pyAdditionalMethods: String
    Definition Classes
    HasSetLocationPythonWrappable
  150. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  151. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  152. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  153. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  154. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  155. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  156. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  157. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  158. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  159. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  160. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  161. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  162. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  163. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  164. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  165. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  166. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  167. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  168. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  169. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  170. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  171. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  172. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  173. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  174. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  175. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  176. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  177. def responseDataType: DataType
    Attributes
    protected
    Definition Classes
    AnalyzeTextHasInternalJsonOutputParser
  178. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  179. final def set(paramPair: ParamPair[_]): AnalyzeText.this.type
    Attributes
    protected
    Definition Classes
    Params
  180. final def set(param: String, value: Any): AnalyzeText.this.type
    Attributes
    protected
    Definition Classes
    Params
  181. final def set[T](param: Param[T], value: T): AnalyzeText.this.type
    Definition Classes
    Params
  182. def setAADToken(v: String): AnalyzeText.this.type
    Definition Classes
    HasAADToken
  183. def setAADTokenCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasAADToken
  184. def setApiVersion(v: String): AnalyzeText.this.type
    Definition Classes
    HasAPIVersion
  185. def setApiVersionCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasAPIVersion
  186. def setBatchSize(value: Int): AnalyzeText.this.type

    Definition Classes
    HasBatchSize
  187. def setConcurrency(value: Int): AnalyzeText.this.type

    Definition Classes
    ConcurrencyParams
  188. def setConcurrentTimeout(value: Option[Double]): AnalyzeText.this.type
    Definition Classes
    ConcurrencyParams
  189. def setConcurrentTimeout(value: Double): AnalyzeText.this.type

    Definition Classes
    ConcurrencyParams
  190. def setCountryHint(v: String): AnalyzeText.this.type
    Definition Classes
    HasCountryHint
  191. def setCountryHint(v: Seq[String]): AnalyzeText.this.type
    Definition Classes
    HasCountryHint
  192. def setCountryHintCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasCountryHint
  193. def setCustomAuthHeader(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomAuthHeader
  194. def setCustomAuthHeaderCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomAuthHeader
  195. def setCustomHeaders(v: HashMap[String, String]): AnalyzeText.this.type
    Definition Classes
    HasCustomHeaders
  196. def setCustomHeaders(v: Map[String, String]): AnalyzeText.this.type
    Definition Classes
    HasCustomHeaders
  197. def setCustomServiceName(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  198. def setCustomUrlRoot(v: String): AnalyzeText.this.type
    Definition Classes
    HasCognitiveServiceInput
  199. final def setDefault(paramPairs: ParamPair[_]*): AnalyzeText.this.type
    Attributes
    protected
    Definition Classes
    Params
  200. final def setDefault[T](param: Param[T], value: T): AnalyzeText.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  201. def setDefaultAADToken(v: String): AnalyzeText.this.type
    Definition Classes
    HasAADToken
  202. def setDefaultCustomAuthHeader(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomAuthHeader
  203. def setDefaultInternalEndpoint(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  204. def setDomain(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  205. def setDomainCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  206. def setEndpoint(v: String): AnalyzeText.this.type
    Definition Classes
    HasCustomCogServiceDomain
  207. def setErrorCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasErrorCol
  208. def setHandler(v: UserDefinedFunction): AnalyzeText.this.type
    Definition Classes
    HasHandler
  209. def setHandler(v: HandlerFunc): AnalyzeText.this.type
    Definition Classes
    HasHandler
  210. def setKind(v: String): AnalyzeText.this.type
  211. def setLanguage(v: String): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  212. def setLanguage(v: Seq[String]): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  213. def setLanguageCol(v: String): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  214. def setLocation(v: String): AnalyzeText.this.type
    Definition Classes
    HasSetLocation
  215. def setLoggingOptOut(v: Boolean): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  216. def setLoggingOptOutCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  217. def setModelVersion(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  218. def setModelVersionCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  219. def setOpinionMining(v: Boolean): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  220. def setOpinionMiningCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  221. def setOutputCol(value: String): AnalyzeText.this.type

    Definition Classes
    HasOutputCol
  222. def setPiiCategories(v: Seq[String]): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  223. def setPiiCategoriesCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  224. def setScalarParam[T](name: String, value: T): AnalyzeText.this.type
    Definition Classes
    HasServiceParams
  225. def setScalarParam[T](p: ServiceParam[T], value: T): AnalyzeText.this.type
    Definition Classes
    HasServiceParams
  226. def setShowStats(v: Boolean): AnalyzeText.this.type
  227. def setStringIndexType(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  228. def setStringIndexTypeCol(v: String): AnalyzeText.this.type
    Definition Classes
    AnalyzeTextTaskParameters
  229. def setSubscriptionKey(v: String): AnalyzeText.this.type
    Definition Classes
    HasSubscriptionKey
  230. def setSubscriptionKeyCol(v: String): AnalyzeText.this.type
    Definition Classes
    HasSubscriptionKey
  231. def setText(v: String): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  232. def setText(v: Seq[String]): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  233. def setTextCol(v: String): AnalyzeText.this.type
    Definition Classes
    TextAnalyticsInputParams
  234. def setTimeout(value: Double): AnalyzeText.this.type

    Definition Classes
    ConcurrencyParams
  235. def setUrl(value: String): AnalyzeText.this.type

    Definition Classes
    HasURL
  236. def setVectorParam(name: String, value: String): AnalyzeText.this.type
    Definition Classes
    HasServiceParams
  237. def setVectorParam[T](p: ServiceParam[T], value: String): AnalyzeText.this.type
    Definition Classes
    HasServiceParams
  238. def shouldAutoBatch(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    TextAnalyticsAutoBatch
  239. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    AnalyzeTextHasServiceParams
  240. val showStats: ServiceParam[Boolean]
  241. val stringIndexType: ServiceParam[String]
    Definition Classes
    AnalyzeTextTaskParameters
  242. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  243. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  244. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  245. val text: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  246. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  247. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  248. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  249. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  250. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  251. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  252. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  253. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  254. val uid: String
    Definition Classes
    AnalyzeTextCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  255. val url: Param[String]
    Definition Classes
    HasURL
  256. def urlPath: String
    Definition Classes
    AnalyzeTextHasUrlPath
  257. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  258. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  259. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  260. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from AnalyzeTextTaskParameters

Inherited from HasBatchSize

Inherited from TextAnalyticsAutoBatch

Inherited from TextAnalyticsInputParams

Inherited from HasCountryHint

Inherited from HasAPIVersion

Inherited from HasSetLocation

Inherited from DomainHelper

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from CognitiveServicesBase

Inherited from HasHandler

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