Packages

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. HasAnalyzeTextServiceBaseParams
  4. HasBatchSize
  5. TextAnalyticsAutoBatch
  6. TextAnalyticsInputParams
  7. HasCountryHint
  8. HasAPIVersion
  9. HasSetLocation
  10. DomainHelper
  11. HasInternalJsonOutputParser
  12. HasCognitiveServiceInput
  13. HasCustomHeaders
  14. HasCustomAuthHeader
  15. CognitiveServicesBase
  16. HasHandler
  17. CognitiveServicesBaseNoHandler
  18. HasGlobalParams
  19. SynapseMLLogging
  20. HasCustomCogServiceDomain
  21. HasUrlPath
  22. HasAADToken
  23. HasErrorCol
  24. HasSubscriptionKey
  25. HasServiceParams
  26. ComplexParamsWritable
  27. MLWritable
  28. HasURL
  29. HasOutputCol
  30. ConcurrencyParams
  31. Wrappable
  32. RWrappable
  33. PythonWrappable
  34. BaseWrappable
  35. Transformer
  36. PipelineStage
  37. Logging
  38. Params
  39. Serializable
  40. Serializable
  41. Identifiable
  42. AnyRef
  43. 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, row: Row, addContentType: Boolean = true): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. val apiVersion: ServiceParam[String]
    Definition Classes
    HasAPIVersion
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val 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 getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  59. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  60. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  61. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  62. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    AnalyzeTextCognitiveServicesBaseNoHandler
  63. def getKind: String
  64. def getLocationDomain(location: String): String
    Attributes
    protected
    Definition Classes
    DomainHelper
  65. def getLoggingOptOut: Boolean
  66. def getLoggingOptOutCol: String
  67. def getModelVersion: String
  68. def getModelVersionCol: String
  69. def getOpinionMining: Boolean
    Definition Classes
    AnalyzeTextTaskParameters
  70. def getOpinionMiningCol: String
    Definition Classes
    AnalyzeTextTaskParameters
  71. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  72. def getOutputCol: String

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

    Definition Classes
    ConcurrencyParams
  87. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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

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