Packages

class TextAnalyze extends TextAnalyticsBaseNoBinding with BasicAsyncReply

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextAnalyze
  2. BasicAsyncReply
  3. HasAsyncReply
  4. TextAnalyticsBaseNoBinding
  5. HasSetLinkedService
  6. TextAnalyticsAutoBatch
  7. TextAnalyticsInputParams
  8. TextAnalyticsBaseParams
  9. HasModelVersion
  10. HasBatchSize
  11. HasSetLocation
  12. DomainHelper
  13. HasInternalJsonOutputParser
  14. HasCognitiveServiceInput
  15. HasCustomHeaders
  16. HasCustomAuthHeader
  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 TextAnalyze()
  2. new TextAnalyze(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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  11. val batchSize: Param[Int]
    Definition Classes
    HasBatchSize
  12. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  13. final def clear(param: Param[_]): TextAnalyze.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
    TextAnalyticsBaseNoBinding → 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 customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  23. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  24. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  25. val disableServiceLogs: ServiceParam[Boolean]
    Definition Classes
    TextAnalyticsBaseParams
  26. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  27. val entityLinkingParams: StringStringMapParam
  28. val entityRecognitionParams: StringStringMapParam
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  31. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  32. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  33. def explainParams(): String
    Definition Classes
    Params
  34. def extractHeaderValuesForPolling(request: HTTPRequestData): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasAsyncReply
  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. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  39. def getAADToken: String
    Definition Classes
    HasAADToken
  40. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  41. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  42. def getBatchSize: Int

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

    Definition Classes
    ConcurrencyParams
  45. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  46. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  47. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  48. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  49. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  50. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  51. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  52. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  53. def getDisableServiceLogs: Boolean
    Definition Classes
    TextAnalyticsBaseParams
  54. def getEntityLinkingParams: Map[String, String]
  55. def getEntityRecognitionParams: Map[String, String]
  56. def getErrorCol: String
    Definition Classes
    HasErrorCol
  57. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  58. def getIncludeEntityLinking: Boolean
  59. def getIncludeEntityRecognition: Boolean
  60. def getIncludeKeyPhraseExtraction: Boolean
  61. def getIncludePii: Boolean
  62. def getIncludeSentimentAnalysis: Boolean
  63. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  64. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  65. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  66. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  67. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseNoBinding → CognitiveServicesBaseNoHandler
  68. def getKeyPhraseExtractionParams: Map[String, String]
  69. def getLocationDomain(location: String): String
    Attributes
    protected
    Definition Classes
    DomainHelper
  70. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  71. def getModelVersion: String
    Definition Classes
    HasModelVersion
  72. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  73. def getOutputCol: String

    Definition Classes
    HasOutputCol
  74. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  75. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  76. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  77. def getPiiParams: Map[String, String]
  78. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  79. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  80. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  81. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  82. def getSentimentAnalysisParams: Map[String, String]
  83. def getShowStats: Boolean
    Definition Classes
    TextAnalyticsBaseParams
  84. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  85. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  86. def getSuppressMaxRetriesException: Boolean

    Definition Classes
    HasAsyncReply
  87. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  88. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  89. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  90. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  91. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  92. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  93. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  94. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  95. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  96. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  97. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  98. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Attributes
    protected
    Definition Classes
    BasicAsyncReplyHasAsyncReply
  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. val includeEntityLinking: BooleanParam
  103. val includeEntityRecognition: BooleanParam
  104. val includeKeyPhraseExtraction: BooleanParam
  105. val includePii: BooleanParam
  106. val includeSentimentAnalysis: BooleanParam
  107. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  108. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  109. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  110. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    TextAnalyze → TextAnalyticsBaseNoBinding → HasCognitiveServiceInput
  111. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  112. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  113. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  114. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  115. val keyPhraseExtractionParams: StringStringMapParam
  116. val language: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  117. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  118. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  119. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  120. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  121. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  122. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  123. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  124. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  125. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  126. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  127. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  128. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  129. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  130. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  131. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  132. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  133. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  134. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  135. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  136. def makeDocuments(row: Row): Seq[TADocument]
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseNoBinding
  137. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  138. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  139. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  140. val modelVersion: ServiceParam[String]
    Definition Classes
    HasModelVersion
  141. def modifyPollingURI(originalURI: URI): URI
    Attributes
    protected
    Definition Classes
    TextAnalyzeBasicAsyncReply
  142. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  143. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  144. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  145. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  146. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  147. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  148. val piiParams: StringStringMapParam
  149. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  150. def postprocessResponse(responseOpt: Row): Option[Seq[Row]]
    Definition Classes
    TextAnalyze → TextAnalyticsBaseNoBinding
  151. def postprocessResponseUdf: UserDefinedFunction
    Definition Classes
    TextAnalyze → TextAnalyticsBaseNoBinding
  152. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseNoBinding → HasCognitiveServiceInput
  153. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  154. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  155. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  156. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  157. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  158. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  159. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  160. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  161. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  162. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  163. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  164. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  165. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  166. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  167. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  168. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  169. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  170. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  171. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  172. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  173. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  174. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  175. def queryForResult(headers: Map[String, String], client: CloseableHttpClient, location: URI): Option[HTTPResponseData]
    Attributes
    protected
    Definition Classes
    BasicAsyncReplyHasAsyncReply
  176. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  177. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  178. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  179. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  180. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  181. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  182. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  183. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  184. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  185. def responseDataType: DataType
    Attributes
    protected
    Definition Classes
    TextAnalyzeHasInternalJsonOutputParser
  186. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  187. val sentimentAnalysisParams: StringStringMapParam
  188. final def set(paramPair: ParamPair[_]): TextAnalyze.this.type
    Attributes
    protected
    Definition Classes
    Params
  189. final def set(param: String, value: Any): TextAnalyze.this.type
    Attributes
    protected
    Definition Classes
    Params
  190. final def set[T](param: Param[T], value: T): TextAnalyze.this.type
    Definition Classes
    Params
  191. def setAADToken(v: String): TextAnalyze.this.type
    Definition Classes
    HasAADToken
  192. def setAADTokenCol(v: String): TextAnalyze.this.type
    Definition Classes
    HasAADToken
  193. def setBackoffs(value: Array[Int]): TextAnalyze.this.type

    Definition Classes
    HasAsyncReply
  194. def setBatchSize(value: Int): TextAnalyze.this.type

    Definition Classes
    HasBatchSize
  195. def setConcurrency(value: Int): TextAnalyze.this.type

    Definition Classes
    ConcurrencyParams
  196. def setConcurrentTimeout(value: Option[Double]): TextAnalyze.this.type
    Definition Classes
    ConcurrencyParams
  197. def setConcurrentTimeout(value: Double): TextAnalyze.this.type

    Definition Classes
    ConcurrencyParams
  198. def setCustomAuthHeader(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomAuthHeader
  199. def setCustomAuthHeaderCol(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomAuthHeader
  200. def setCustomHeaders(v: HashMap[String, String]): TextAnalyze.this.type
    Definition Classes
    HasCustomHeaders
  201. def setCustomHeaders(v: Map[String, String]): TextAnalyze.this.type
    Definition Classes
    HasCustomHeaders
  202. def setCustomServiceName(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomCogServiceDomain
  203. def setCustomUrlRoot(v: String): TextAnalyze.this.type
    Definition Classes
    HasCognitiveServiceInput
  204. final def setDefault(paramPairs: ParamPair[_]*): TextAnalyze.this.type
    Attributes
    protected
    Definition Classes
    Params
  205. final def setDefault[T](param: Param[T], value: T): TextAnalyze.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  206. def setDefaultAADToken(v: String): TextAnalyze.this.type
    Definition Classes
    HasAADToken
  207. def setDefaultCustomAuthHeader(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomAuthHeader
  208. def setDefaultInternalEndpoint(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomCogServiceDomain
  209. def setDisableServiceLogs(v: Boolean): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsBaseParams
  210. def setDisableServiceLogsCol(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsBaseParams
  211. def setEndpoint(v: String): TextAnalyze.this.type
    Definition Classes
    HasCustomCogServiceDomain
  212. def setEntityLinkingParams(v: HashMap[String, String]): TextAnalyze.this.type
  213. def setEntityLinkingParams(v: Map[String, String]): TextAnalyze.this.type
  214. def setEntityRecognitionParams(v: HashMap[String, String]): TextAnalyze.this.type
  215. def setEntityRecognitionParams(v: Map[String, String]): TextAnalyze.this.type
  216. def setErrorCol(v: String): TextAnalyze.this.type
    Definition Classes
    HasErrorCol
  217. def setIncludeEntityLinking(v: Boolean): TextAnalyze.this.type
  218. def setIncludeEntityRecognition(v: Boolean): TextAnalyze.this.type
  219. def setIncludeKeyPhraseExtraction(v: Boolean): TextAnalyze.this.type
  220. def setIncludePii(v: Boolean): TextAnalyze.this.type
  221. def setIncludeSentimentAnalysis(v: Boolean): TextAnalyze.this.type
  222. def setInitialPollingDelay(value: Int): TextAnalyze.this.type

    Definition Classes
    HasAsyncReply
  223. def setKeyPhraseExtractionParams(v: HashMap[String, String]): TextAnalyze.this.type
  224. def setKeyPhraseExtractionParams(v: Map[String, String]): TextAnalyze.this.type
  225. def setLanguage(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  226. def setLanguage(v: Seq[String]): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  227. def setLanguageCol(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  228. def setLinkedService(v: String): TextAnalyze.this.type
    Definition Classes
    HasSetLinkedService
  229. def setLocation(v: String): TextAnalyze.this.type
    Definition Classes
    HasSetLocation
  230. def setMaxPollingRetries(value: Int): TextAnalyze.this.type

    Definition Classes
    HasAsyncReply
  231. def setModelVersion(v: String): TextAnalyze.this.type
    Definition Classes
    HasModelVersion
  232. def setOutputCol(value: String): TextAnalyze.this.type

    Definition Classes
    HasOutputCol
  233. def setPiiParams(v: HashMap[String, String]): TextAnalyze.this.type
  234. def setPiiParams(v: Map[String, String]): TextAnalyze.this.type
  235. def setPollingDelay(value: Int): TextAnalyze.this.type

    Definition Classes
    HasAsyncReply
  236. def setScalarParam[T](name: String, value: T): TextAnalyze.this.type
    Definition Classes
    HasServiceParams
  237. def setScalarParam[T](p: ServiceParam[T], value: T): TextAnalyze.this.type
    Definition Classes
    HasServiceParams
  238. def setSentimentAnalysisParams(v: HashMap[String, String]): TextAnalyze.this.type
  239. def setSentimentAnalysisParams(v: Map[String, String]): TextAnalyze.this.type
  240. def setShowStats(v: Boolean): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsBaseParams
  241. def setShowStatsCol(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsBaseParams
  242. def setSubscriptionKey(v: String): TextAnalyze.this.type
    Definition Classes
    HasSubscriptionKey
  243. def setSubscriptionKeyCol(v: String): TextAnalyze.this.type
    Definition Classes
    HasSubscriptionKey
  244. def setSuppressMaxRetriesException(value: Boolean): TextAnalyze.this.type

    Definition Classes
    HasAsyncReply
  245. def setText(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  246. def setText(v: Seq[String]): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  247. def setTextCol(v: String): TextAnalyze.this.type
    Definition Classes
    TextAnalyticsInputParams
  248. def setTimeout(value: Double): TextAnalyze.this.type

    Definition Classes
    ConcurrencyParams
  249. def setUrl(value: String): TextAnalyze.this.type

    Definition Classes
    HasURL
  250. def setVectorParam(name: String, value: String): TextAnalyze.this.type
    Definition Classes
    HasServiceParams
  251. def setVectorParam[T](p: ServiceParam[T], value: String): TextAnalyze.this.type
    Definition Classes
    HasServiceParams
  252. def shouldAutoBatch(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    TextAnalyticsAutoBatch
  253. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  254. val showStats: ServiceParam[Boolean]
    Definition Classes
    TextAnalyticsBaseParams
  255. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  256. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  257. val suppressMaxRetriesException: BooleanParam
    Definition Classes
    HasAsyncReply
  258. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  259. val text: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  260. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  261. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  262. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  263. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  264. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  265. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  266. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  267. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  268. val uid: String
    Definition Classes
    TextAnalyzeCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  269. def unpackedResponseBinding: UnpackedTextAnalyzeResponse.type
  270. val url: Param[String]
    Definition Classes
    HasURL
  271. def urlPath: String
    Definition Classes
    TextAnalyzeHasUrlPath
  272. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  273. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  274. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  275. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from BasicAsyncReply

Inherited from HasAsyncReply

Inherited from TextAnalyticsBaseNoBinding

Inherited from HasSetLinkedService

Inherited from TextAnalyticsAutoBatch

Inherited from TextAnalyticsInputParams

Inherited from TextAnalyticsBaseParams

Inherited from HasModelVersion

Inherited from HasBatchSize

Inherited from HasSetLocation

Inherited from DomainHelper

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

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