Packages

class EntityDetectorSDK extends TextAnalyticsSDKBase[LinkedEntityCollectionSDK]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityDetectorSDK
  2. TextAnalyticsSDKBase
  3. BasicLogging
  4. ComplexParamsWritable
  5. MLWritable
  6. HasOptions
  7. HasBatchSize
  8. ConcurrencyParams
  9. HasOutputCol
  10. TextAnalyticsInputParams
  11. HasSubscriptionKey
  12. HasServiceParams
  13. HasSetLocation
  14. HasUrlPath
  15. Wrappable
  16. DotnetWrappable
  17. RWrappable
  18. PythonWrappable
  19. BaseWrappable
  20. HasURL
  21. HasErrorCol
  22. Transformer
  23. PipelineStage
  24. Logging
  25. Params
  26. Serializable
  27. Serializable
  28. Identifiable
  29. AnyRef
  30. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityDetectorSDK()
  2. new EntityDetectorSDK(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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val batchSize: Param[Int]
    Definition Classes
    HasBatchSize
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): EntityDetectorSDK.this.type
    Definition Classes
    Params
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  11. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  12. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  13. def copy(extra: ParamMap): Transformer
    Definition Classes
    TextAnalyticsSDKBase → Transformer → PipelineStage → Params
  14. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  16. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. val disableServiceLogs: ServiceParam[Boolean]
    Definition Classes
    HasOptions
  18. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLocationDotnetWrappable
  19. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  35. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  38. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  39. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  40. def explainParams(): String
    Definition Classes
    Params
  41. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  42. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  43. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  44. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  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. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  50. def getDisableServiceLogs: Boolean
    Definition Classes
    HasOptions
  51. def getErrorCol: String
    Definition Classes
    HasErrorCol
  52. def getIncludeStatistics: Boolean
    Definition Classes
    HasOptions
  53. def getModelVersion: String
    Definition Classes
    HasOptions
  54. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  55. def getOutputCol: String

    Definition Classes
    HasOutputCol
  56. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  57. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  58. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  59. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  60. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  61. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  62. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  63. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  64. def getUrl: String

    Definition Classes
    HasURL
  65. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  66. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  67. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  68. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  69. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  70. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  71. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  72. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  73. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  74. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  75. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  76. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  77. val includeStatistics: ServiceParam[Boolean]
    Definition Classes
    HasOptions
  78. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  79. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def invokeTextAnalytics(client: TextAnalyticsClient, input: Seq[String], lang: Seq[String], row: Row): Seq[TAResponseSDK[LinkedEntityCollectionSDK]]
    Definition Classes
    EntityDetectorSDK → TextAnalyticsSDKBase
  81. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  82. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  83. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  84. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  85. val language: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  86. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  87. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  88. def logClass(): Unit
    Definition Classes
    BasicLogging
  89. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  92. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  93. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  94. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  95. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  96. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  97. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  98. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  99. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  101. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  102. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  103. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  104. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  107. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  108. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  109. val modelVersion: ServiceParam[String]
    Definition Classes
    HasOptions
  110. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  111. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  112. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  113. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  114. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  115. def pyAdditionalMethods: String
    Definition Classes
    HasSetLocationPythonWrappable
  116. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  117. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  118. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  119. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  120. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  121. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  122. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    PythonWrappable
  123. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  124. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  125. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  126. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  127. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  128. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  129. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  130. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  133. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  135. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  136. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  137. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  138. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  139. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  140. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  141. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  142. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  143. val responseBinding: LinkedEntityResponseSDK.type
    Definition Classes
    EntityDetectorSDK → TextAnalyticsSDKBase
  144. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  145. final def set(paramPair: ParamPair[_]): EntityDetectorSDK.this.type
    Attributes
    protected
    Definition Classes
    Params
  146. final def set(param: String, value: Any): EntityDetectorSDK.this.type
    Attributes
    protected
    Definition Classes
    Params
  147. final def set[T](param: Param[T], value: T): EntityDetectorSDK.this.type
    Definition Classes
    Params
  148. def setBatchSize(value: Int): EntityDetectorSDK.this.type

    Definition Classes
    HasBatchSize
  149. def setConcurrency(value: Int): EntityDetectorSDK.this.type

    Definition Classes
    ConcurrencyParams
  150. def setConcurrentTimeout(value: Option[Double]): EntityDetectorSDK.this.type
    Definition Classes
    ConcurrencyParams
  151. def setConcurrentTimeout(value: Double): EntityDetectorSDK.this.type

    Definition Classes
    ConcurrencyParams
  152. final def setDefault(paramPairs: ParamPair[_]*): EntityDetectorSDK.this.type
    Attributes
    protected
    Definition Classes
    Params
  153. final def setDefault[T](param: Param[T], value: T): EntityDetectorSDK.this.type
    Attributes
    protected
    Definition Classes
    Params
  154. def setDisableServiceLogs(v: Boolean): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  155. def setDisableServiceLogsCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  156. def setErrorCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasErrorCol
  157. def setIncludeStatistics(v: Boolean): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  158. def setIncludeStatisticsCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  159. def setLanguage(v: String): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  160. def setLanguage(v: Seq[String]): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  161. def setLanguageCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  162. def setLocation(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasSetLocation
  163. def setModelVersion(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  164. def setModelVersionCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasOptions
  165. def setOutputCol(value: String): EntityDetectorSDK.this.type

    Definition Classes
    HasOutputCol
  166. def setScalarParam[T](name: String, value: T): EntityDetectorSDK.this.type
    Definition Classes
    HasServiceParams
  167. def setScalarParam[T](p: ServiceParam[T], value: T): EntityDetectorSDK.this.type
    Definition Classes
    HasServiceParams
  168. def setSubscriptionKey(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasSubscriptionKey
  169. def setSubscriptionKeyCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    HasSubscriptionKey
  170. def setText(v: String): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  171. def setText(v: Seq[String]): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  172. def setTextCol(v: String): EntityDetectorSDK.this.type
    Definition Classes
    TextAnalyticsInputParams
  173. def setTimeout(value: Double): EntityDetectorSDK.this.type

    Definition Classes
    ConcurrencyParams
  174. def setUrl(value: String): EntityDetectorSDK.this.type

    Definition Classes
    HasURL
  175. def setVectorParam(name: String, value: String): EntityDetectorSDK.this.type
    Definition Classes
    HasServiceParams
  176. def setVectorParam[T](p: ServiceParam[T], value: String): EntityDetectorSDK.this.type
    Definition Classes
    HasServiceParams
  177. def shouldAutoBatch(schema: StructType): Boolean
    Attributes
    protected
    Definition Classes
    TextAnalyticsSDKBase
  178. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  179. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  180. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  181. val text: ServiceParam[Seq[String]]
    Definition Classes
    TextAnalyticsInputParams
  182. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  183. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  184. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  185. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    TextAnalyticsSDKBase → Transformer
  186. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  187. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  188. def transformSchema(schema: StructType): StructType
    Definition Classes
    TextAnalyticsSDKBase → PipelineStage
  189. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  190. def transformTextRows(toRow: (TAResponseSDK[LinkedEntityCollectionSDK]) ⇒ Row)(rows: Iterator[Row]): Iterator[Row]
    Attributes
    protected
    Definition Classes
    TextAnalyticsSDKBase
  191. val uid: String
    Definition Classes
    EntityDetectorSDKBasicLogging → Identifiable
  192. val url: Param[String]
    Definition Classes
    HasURL
  193. def urlPath: String
    Definition Classes
    TextAnalyticsSDKBase → HasUrlPath
  194. val ver: String
    Definition Classes
    BasicLogging
  195. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  198. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from TextAnalyticsSDKBase[LinkedEntityCollectionSDK]

Inherited from BasicLogging

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasOptions

Inherited from HasBatchSize

Inherited from ConcurrencyParams

Inherited from HasOutputCol

Inherited from TextAnalyticsInputParams

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasSetLocation

Inherited from HasUrlPath

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from HasURL

Inherited from HasErrorCol

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