Packages

class AnalyzeTextLongRunningOperations extends CognitiveServicesBaseNoHandler with HasAPIVersion with ModifiableAsyncReply with HasCognitiveServiceInput with HasInternalJsonOutputParser with HasSetLocation with TextAnalyticsAutoBatch with SynapseMLLogging with HasAnalyzeTextServiceBaseParams with HasBatchSize with HandleExtractiveSummarization with HandleAbstractiveSummarization with HandleHealthcareTextAnalystics with HandleSentimentAnalysis with HandleKeyPhraseExtraction with HandlePiiEntityRecognition with HandleEntityLinking with HandleEntityRecognition with HandleCustomEntityRecognition with HandleCustomLabelClassification

This transformer is used to analyze text using the Azure AI Language service. It uses AI service asynchronously. For more details please visit https://learn.microsoft.com/en-us/azure/ai-services/language-service/concepts/use-asynchronously For each row, it submits a job to the service and polls the service until the job is complete. Delay between polling requests is controlled by the pollingDelay parameter, which is set to 1000 milliseconds by default. Number of polling attempts is controlled by the maxPollingRetries parameter, which is set to 1000 by default.

This transformer will use the field specified as TextCol to submit the text to the service. The response from the service will be stored in the field specified as OutputCol. The response will be a struct with the following fields:

  • statistics: A struct containing statistics about the job.
  • documents: An array of structs containing the results for each document.
  • errors: An array of structs containing the errors for each document.
  • modelVersion: The version of the model used to analyze the text.

This transformer support only single task per row. The task to be performed is specified by the kind parameter. The supported tasks are:

  • ExtractiveSummarization
  • AbstractiveSummarization
  • Healthcare
  • SentimentAnalysis
  • KeyPhraseExtraction
  • PiiEntityRecognition
  • EntityLinking
  • EntityRecognition
  • CustomEntityRecognition
  • CustomSingleLabelClassification
  • CustomMultiLabelClassification

Each task has its own set of parameters that can be set to control the behavior of the service and response schema.

Linear Supertypes
HandleCustomLabelClassification, HandleCustomEntityRecognition, HasCustomLanguageModelParam, HandleEntityRecognition, HandleEntityLinking, HandlePiiEntityRecognition, HandleKeyPhraseExtraction, HandleSentimentAnalysis, HandleHealthcareTextAnalystics, HandleAbstractiveSummarization, HandleExtractiveSummarization, HasSummarizationBaseParameter, HasBatchSize, HasAnalyzeTextServiceBaseParams, TextAnalyticsAutoBatch, TextAnalyticsInputParams, HasSetLocation, DomainHelper, HasInternalJsonOutputParser, HasCognitiveServiceInput, HasCustomHeaders, HasCustomAuthHeader, ModifiableAsyncReply, BasicAsyncReply, HasAsyncReply, HasAPIVersion, CognitiveServicesBaseNoHandler, HasGlobalParams, SynapseMLLogging, HasCustomCogServiceDomain, HasUrlPath, HasAADToken, HasErrorCol, HasSubscriptionKey, HasServiceParams, ComplexParamsWritable, MLWritable, HasURL, HasOutputCol, ConcurrencyParams, Wrappable, RWrappable, PythonWrappable, BaseWrappable, Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzeTextLongRunningOperations
  2. HandleCustomLabelClassification
  3. HandleCustomEntityRecognition
  4. HasCustomLanguageModelParam
  5. HandleEntityRecognition
  6. HandleEntityLinking
  7. HandlePiiEntityRecognition
  8. HandleKeyPhraseExtraction
  9. HandleSentimentAnalysis
  10. HandleHealthcareTextAnalystics
  11. HandleAbstractiveSummarization
  12. HandleExtractiveSummarization
  13. HasSummarizationBaseParameter
  14. HasBatchSize
  15. HasAnalyzeTextServiceBaseParams
  16. TextAnalyticsAutoBatch
  17. TextAnalyticsInputParams
  18. HasSetLocation
  19. DomainHelper
  20. HasInternalJsonOutputParser
  21. HasCognitiveServiceInput
  22. HasCustomHeaders
  23. HasCustomAuthHeader
  24. ModifiableAsyncReply
  25. BasicAsyncReply
  26. HasAsyncReply
  27. HasAPIVersion
  28. CognitiveServicesBaseNoHandler
  29. HasGlobalParams
  30. SynapseMLLogging
  31. HasCustomCogServiceDomain
  32. HasUrlPath
  33. HasAADToken
  34. HasErrorCol
  35. HasSubscriptionKey
  36. HasServiceParams
  37. ComplexParamsWritable
  38. MLWritable
  39. HasURL
  40. HasOutputCol
  41. ConcurrencyParams
  42. Wrappable
  43. RWrappable
  44. PythonWrappable
  45. BaseWrappable
  46. Transformer
  47. PipelineStage
  48. Logging
  49. Params
  50. Serializable
  51. Serializable
  52. Identifiable
  53. AnyRef
  54. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalyzeTextLongRunningOperations()
  2. new AnalyzeTextLongRunningOperations(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 backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  12. val batchSize: Param[Int]
    Definition Classes
    HasBatchSize
  13. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def clear(param: Param[_]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    Params
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  16. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  17. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  18. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  19. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  20. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  21. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  22. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  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 deploymentName: ServiceParam[String]
    Definition Classes
    HasCustomLanguageModelParam
  27. val domain: ServiceParam[String]
    Definition Classes
    HandlePiiEntityRecognition
  28. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  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. val excludeNormalizedValues: ServiceParam[Boolean]
    Definition Classes
    HandleEntityRecognition
  33. val exclusionList: ServiceParam[Seq[String]]
    Definition Classes
    HandleEntityRecognition
  34. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  35. def explainParams(): String
    Definition Classes
    Params
  36. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  37. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  39. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  40. def getAADToken: String
    Definition Classes
    HasAADToken
  41. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  42. def getApiVersion: String
    Definition Classes
    HasAPIVersion
  43. def getApiVersionCol: String
    Definition Classes
    HasAPIVersion
  44. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  45. def getBatchSize: Int

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

    Definition Classes
    ConcurrencyParams
  48. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  49. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  50. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  51. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  52. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  53. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  54. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  55. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  56. def getDeploymentName: String
    Definition Classes
    HasCustomLanguageModelParam
  57. def getDeploymentNameCol: String
    Definition Classes
    HasCustomLanguageModelParam
  58. def getDomain: String
    Definition Classes
    HandlePiiEntityRecognition
  59. def getDomainCol: String
    Definition Classes
    HandlePiiEntityRecognition
  60. def getErrorCol: String
    Definition Classes
    HasErrorCol
  61. def getExcludeNormalizedValues: Boolean
    Definition Classes
    HandleEntityRecognition
  62. def getExcludeNormalizedValuesCol: String
    Definition Classes
    HandleEntityRecognition
  63. def getExclusionList: Seq[String]
    Definition Classes
    HandleEntityRecognition
  64. def getExclusionListCol: String
    Definition Classes
    HandleEntityRecognition
  65. def getInclusionList: Seq[String]
    Definition Classes
    HandleEntityRecognition
  66. def getInclusionListCol: String
    Definition Classes
    HandleEntityRecognition
  67. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  68. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  69. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  70. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  71. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    AnalyzeTextLongRunningOperationsCognitiveServicesBaseNoHandler
  72. def getKind: String
  73. def getLocationDomain(location: String): String
    Attributes
    protected
    Definition Classes
    DomainHelper
  74. def getLoggingOptOut: Boolean
  75. def getLoggingOptOutCol: String
  76. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  77. def getModelVersion: String
  78. def getModelVersionCol: String
  79. def getOpinionMining: Boolean
    Definition Classes
    HandleSentimentAnalysis
  80. def getOpinionMiningCol: String
    Definition Classes
    HandleSentimentAnalysis
  81. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  82. def getOutputCol: String

    Definition Classes
    HasOutputCol
  83. def getOverlapPolicy: String
    Definition Classes
    HandleEntityRecognition
  84. def getOverlapPolicyCol: String
    Definition Classes
    HandleEntityRecognition
  85. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  86. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  87. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  88. def getPiiCategories: Seq[String]
    Definition Classes
    HandlePiiEntityRecognition
  89. def getPiiCategoriesCol: String
    Definition Classes
    HandlePiiEntityRecognition
  90. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  91. def getProjectName: String
    Definition Classes
    HasCustomLanguageModelParam
  92. def getProjectNameCol: String
    Definition Classes
    HasCustomLanguageModelParam
  93. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  94. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  95. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  96. def getSentenceCount: Int
    Definition Classes
    HasSummarizationBaseParameter
  97. def getSentenceCountCol: String
    Definition Classes
    HasSummarizationBaseParameter
  98. def getShowStats: Boolean
  99. def getSortBy: String
    Definition Classes
    HandleExtractiveSummarization
  100. def getSortByCol: String
    Definition Classes
    HandleExtractiveSummarization
  101. def getStringIndexType: String
  102. def getStringIndexTypeCol: String
  103. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  104. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  105. def getSummaryLength: String
    Definition Classes
    HandleAbstractiveSummarization
  106. def getSummaryLengthCol: String
    Definition Classes
    HandleAbstractiveSummarization
  107. def getSuppressMaxRetriesException: Boolean

    Definition Classes
    HasAsyncReply
  108. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  109. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  110. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  111. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  112. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  113. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  114. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  115. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  116. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  117. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  118. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  119. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Attributes
    protected
    Definition Classes
    BasicAsyncReplyHasAsyncReply
  120. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  121. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  122. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  123. val inclusionList: ServiceParam[Seq[String]]
    Definition Classes
    HandleEntityRecognition
  124. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  125. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  126. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  127. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  128. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  129. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  130. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  131. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  132. val kind: Param[String]
  133. val language: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  134. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  135. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  136. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  137. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  138. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  139. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  140. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  141. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  142. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  143. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  144. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  145. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  146. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  147. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  148. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  149. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  150. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  151. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  152. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  153. val loggingOptOut: ServiceParam[Boolean]
  154. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  155. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  156. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  157. val modelVersion: ServiceParam[String]
  158. def modifyPollingURI(originalURI: URI): URI

    Modifies the polling URI to include the showStats parameter if enabled.

    Modifies the polling URI to include the showStats parameter if enabled.

    Attributes
    protected
    Definition Classes
    AnalyzeTextLongRunningOperationsBasicAsyncReply
  159. def modifyResponse(response: Option[HTTPResponseData]): Option[HTTPResponseData]

    Modifies the HTTP response if the task kind is custom label classification.

    Modifies the HTTP response if the task kind is custom label classification.

    Definition Classes
    HandleCustomLabelClassification
  160. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  161. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  162. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  163. val opinionMining: ServiceParam[Boolean]
    Definition Classes
    HandleSentimentAnalysis
  164. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  165. val overlapPolicy: ServiceParam[String]
    Definition Classes
    HandleEntityRecognition
  166. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  167. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  168. val piiCategories: ServiceParam[Seq[String]]
    Definition Classes
    HandlePiiEntityRecognition
  169. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  170. def postprocessResponse(responseOpt: Row): Option[Seq[Row]]
    Attributes
    protected
  171. def postprocessResponseUdf: UserDefinedFunction
    Attributes
    protected
  172. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
  173. def prepareMethod(): HttpRequestBase
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  174. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  175. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  176. val projectName: ServiceParam[String]
    Definition Classes
    HasCustomLanguageModelParam
  177. def pyAdditionalMethods: String
    Definition Classes
    HasSetLocationPythonWrappable
  178. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  179. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  180. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  181. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  182. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  183. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  184. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  185. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  186. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  187. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  188. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  189. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  190. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  191. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  192. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  193. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  194. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  195. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  196. final def queryForResult(key: Option[String], client: CloseableHttpClient, location: URI): Option[HTTPResponseData]

    Queries for the result of an asynchronous service call and applies the response modification logic.

    Queries for the result of an asynchronous service call and applies the response modification logic.

    Attributes
    protected
    Definition Classes
    ModifiableAsyncReplyBasicAsyncReplyHasAsyncReply
  197. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  198. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  199. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  200. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  201. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  202. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  203. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  204. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  205. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  206. def responseDataType: DataType
    Attributes
    protected
    Definition Classes
    AnalyzeTextLongRunningOperationsHasInternalJsonOutputParser
  207. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  208. val sentenceCount: ServiceParam[Int]
    Definition Classes
    HasSummarizationBaseParameter
  209. final def set(paramPair: ParamPair[_]): AnalyzeTextLongRunningOperations.this.type
    Attributes
    protected
    Definition Classes
    Params
  210. final def set(param: String, value: Any): AnalyzeTextLongRunningOperations.this.type
    Attributes
    protected
    Definition Classes
    Params
  211. final def set[T](param: Param[T], value: T): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    Params
  212. def setAADToken(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasAADToken
  213. def setAADTokenCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasAADToken
  214. def setApiVersion(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasAPIVersion
  215. def setApiVersionCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasAPIVersion
  216. def setBackoffs(value: Array[Int]): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasAsyncReply
  217. def setBatchSize(value: Int): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasBatchSize
  218. def setConcurrency(value: Int): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    ConcurrencyParams
  219. def setConcurrentTimeout(value: Option[Double]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    ConcurrencyParams
  220. def setConcurrentTimeout(value: Double): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    ConcurrencyParams
  221. def setCustomAuthHeader(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomAuthHeader
  222. def setCustomAuthHeaderCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomAuthHeader
  223. def setCustomHeaders(v: HashMap[String, String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomHeaders
  224. def setCustomHeaders(v: Map[String, String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomHeaders
  225. def setCustomServiceName(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomCogServiceDomain
  226. def setCustomUrlRoot(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCognitiveServiceInput
  227. final def setDefault(paramPairs: ParamPair[_]*): AnalyzeTextLongRunningOperations.this.type
    Attributes
    protected
    Definition Classes
    Params
  228. final def setDefault[T](param: Param[T], value: T): AnalyzeTextLongRunningOperations.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  229. def setDefaultAADToken(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasAADToken
  230. def setDefaultCustomAuthHeader(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomAuthHeader
  231. def setDefaultInternalEndpoint(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomCogServiceDomain
  232. def setDeploymentName(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomLanguageModelParam
  233. def setDeploymentNameCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomLanguageModelParam
  234. def setDomain(value: PiiDomain.PiiDomain): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandlePiiEntityRecognition
  235. def setDomain(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandlePiiEntityRecognition
  236. def setDomainCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandlePiiEntityRecognition
  237. def setEndpoint(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomCogServiceDomain
  238. def setErrorCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasErrorCol
  239. def setExcludeNormalizedValues(value: Boolean): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  240. def setExclusionList(value: Seq[String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  241. def setExclusionListCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  242. def setInclusionList(value: Seq[String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  243. def setInclusionListCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  244. def setInitialPollingDelay(value: Int): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasAsyncReply
  245. def setKind(value: AnalysisTaskKind.AnalysisTaskKind): AnalyzeTextLongRunningOperations.this.type
  246. def setKind(v: String): AnalyzeTextLongRunningOperations.this.type
  247. def setLanguage(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  248. def setLanguage(v: Seq[String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  249. def setLanguageCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  250. def setLocation(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasSetLocation
  251. def setLoggingOptOut(v: Boolean): AnalyzeTextLongRunningOperations.this.type
  252. def setLoggingOptOutCol(v: String): AnalyzeTextLongRunningOperations.this.type
  253. def setMaxPollingRetries(value: Int): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasAsyncReply
  254. def setModelVersion(v: String): AnalyzeTextLongRunningOperations.this.type
  255. def setModelVersionCol(v: String): AnalyzeTextLongRunningOperations.this.type
  256. def setOpinionMining(value: Boolean): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleSentimentAnalysis
  257. def setOpinionMiningCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleSentimentAnalysis
  258. def setOutputCol(value: String): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasOutputCol
  259. def setOverlapPolicy(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  260. def setOverlapPolicyCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  261. def setPiiCategories(v: Seq[String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandlePiiEntityRecognition
  262. def setPiiCategoriesCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandlePiiEntityRecognition
  263. def setPollingDelay(value: Int): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasAsyncReply
  264. def setProjectName(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomLanguageModelParam
  265. def setProjectNameCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasCustomLanguageModelParam
  266. def setScalarParam[T](name: String, value: T): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasServiceParams
  267. def setScalarParam[T](p: ServiceParam[T], value: T): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasServiceParams
  268. def setSentenceCount(value: Int): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasSummarizationBaseParameter
  269. def setSentenceCountCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasSummarizationBaseParameter
  270. def setShowStats(v: Boolean): AnalyzeTextLongRunningOperations.this.type
  271. def setSortBy(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleExtractiveSummarization
  272. def setSortByCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleExtractiveSummarization
  273. def setStringIndexType(v: String): AnalyzeTextLongRunningOperations.this.type
  274. def setStringIndexTypeCol(v: String): AnalyzeTextLongRunningOperations.this.type
  275. def setSubscriptionKey(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasSubscriptionKey
  276. def setSubscriptionKeyCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasSubscriptionKey
  277. def setSummaryLength(value: SummaryLength.SummaryLength): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleAbstractiveSummarization
  278. def setSummaryLength(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleAbstractiveSummarization
  279. def setSummaryLengthCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleAbstractiveSummarization
  280. def setSuppressMaxRetriesException(value: Boolean): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasAsyncReply
  281. def setText(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  282. def setText(v: Seq[String]): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  283. def setTextCol(v: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    TextAnalyticsInputParams
  284. def setTimeout(value: Double): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    ConcurrencyParams
  285. def setUrl(value: String): AnalyzeTextLongRunningOperations.this.type

    Definition Classes
    HasURL
  286. def setVectorParam(name: String, value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasServiceParams
  287. def setVectorParam[T](p: ServiceParam[T], value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HasServiceParams
  288. def setexcludeNormalizedValuesCol(value: String): AnalyzeTextLongRunningOperations.this.type
    Definition Classes
    HandleEntityRecognition
  289. def shouldAutoBatch(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    TextAnalyticsAutoBatch
  290. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    AnalyzeTextLongRunningOperationsHasServiceParams
  291. val showStats: ServiceParam[Boolean]
  292. val sortBy: ServiceParam[String]
    Definition Classes
    HandleExtractiveSummarization
  293. val stringIndexType: ServiceParam[String]
  294. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  295. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  296. val summaryLength: ServiceParam[String]
    Definition Classes
    HandleAbstractiveSummarization
  297. val suppressMaxRetriesException: BooleanParam
    Definition Classes
    HasAsyncReply
  298. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  299. val text: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  300. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  301. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  302. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  303. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  304. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  305. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  306. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  307. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  308. val uid: String
  309. val url: Param[String]
    Definition Classes
    HasURL
  310. def urlPath: String
  311. def validKinds: Set[String]
    Attributes
    protected
    Definition Classes
    AnalyzeTextLongRunningOperationsHasAnalyzeTextServiceBaseParams
  312. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  313. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  314. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  315. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HandleCustomLabelClassification

Inherited from HandleCustomEntityRecognition

Inherited from HasCustomLanguageModelParam

Inherited from HandleEntityRecognition

Inherited from HandleEntityLinking

Inherited from HandlePiiEntityRecognition

Inherited from HandleKeyPhraseExtraction

Inherited from HandleSentimentAnalysis

Inherited from HandleHealthcareTextAnalystics

Inherited from HandleAbstractiveSummarization

Inherited from HandleExtractiveSummarization

Inherited from HasSummarizationBaseParameter

Inherited from HasBatchSize

Inherited from TextAnalyticsAutoBatch

Inherited from TextAnalyticsInputParams

Inherited from HasSetLocation

Inherited from DomainHelper

Inherited from HasCognitiveServiceInput

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from ModifiableAsyncReply

Inherited from BasicAsyncReply

Inherited from HasAsyncReply

Inherited from HasAPIVersion

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