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. HasTelemHeaders
  16. HasCustomHeaders
  17. HasCustomAuthHeader
  18. CognitiveServicesBaseNoHandler
  19. HasGlobalParams
  20. SynapseMLLogging
  21. HasCustomCogServiceDomain
  22. HasUrlPath
  23. HasAADToken
  24. HasErrorCol
  25. HasSubscriptionKey
  26. HasServiceParams
  27. ComplexParamsWritable
  28. MLWritable
  29. HasURL
  30. HasOutputCol
  31. ConcurrencyParams
  32. Wrappable
  33. RWrappable
  34. PythonWrappable
  35. BaseWrappable
  36. Transformer
  37. PipelineStage
  38. Logging
  39. Params
  40. Serializable
  41. Serializable
  42. Identifiable
  43. AnyRef
  44. 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 getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  51. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  52. def getDisableServiceLogs: Boolean
    Definition Classes
    TextAnalyticsBaseParams
  53. def getEntityLinkingParams: Map[String, String]
  54. def getEntityRecognitionParams: Map[String, String]
  55. def getErrorCol: String
    Definition Classes
    HasErrorCol
  56. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  57. def getIncludeEntityLinking: Boolean
  58. def getIncludeEntityRecognition: Boolean
  59. def getIncludeKeyPhraseExtraction: Boolean
  60. def getIncludePii: Boolean
  61. def getIncludeSentimentAnalysis: Boolean
  62. def getInitialPollingDelay: Int

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

    Definition Classes
    HasAsyncReply
  70. def getModelVersion: String
    Definition Classes
    HasModelVersion
  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 getPiiParams: Map[String, String]
  77. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  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 getSentimentAnalysisParams: Map[String, String]
  82. def getShowStats: Boolean
    Definition Classes
    TextAnalyticsBaseParams
  83. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  84. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  85. def getSuppressMaxRetriesException: Boolean

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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

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

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

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

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

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

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

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