Class/Object

com.microsoft.ml.spark.cognitive

KeyPhraseExtractorV2

Related Docs: object KeyPhraseExtractorV2 | package cognitive

Permalink

class KeyPhraseExtractorV2 extends TextAnalyticsBase

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPhraseExtractorV2
  2. TextAnalyticsBase
  3. HasSetLocation
  4. HasInternalJsonOutputParser
  5. HasCognitiveServiceInput
  6. CognitiveServicesBase
  7. HasHandler
  8. CognitiveServicesBaseWithoutHandler
  9. HasErrorCol
  10. HasSubscriptionKey
  11. HasServiceParams
  12. ComplexParamsWritable
  13. MLWritable
  14. HasURL
  15. HasOutputCol
  16. HTTPParams
  17. Wrappable
  18. HasAdditionalPythonMethods
  19. Transformer
  20. PipelineStage
  21. Logging
  22. Params
  23. Serializable
  24. Serializable
  25. Identifiable
  26. AnyRef
  27. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeyPhraseExtractorV2()

    Permalink
  2. new KeyPhraseExtractorV2(uid: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def additionalPythonMethods(): String

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def clear(param: Param[_]): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    Params
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val concurrency: Param[Int]

    Permalink
    Definition Classes
    HTTPParams
  10. val concurrentTimeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  11. def contentType: (Row) ⇒ String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  12. def copy(extra: ParamMap): Transformer

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → Transformer → PipelineStage → Params
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  14. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  15. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. val errorCol: Param[String]

    Permalink
    Definition Classes
    HasErrorCol
  19. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  20. def explainParams(): String

    Permalink
    Definition Classes
    Params
  21. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  22. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getConcurrency: Int

    Permalink

    Definition Classes
    HTTPParams
  27. def getConcurrentTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  28. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  29. def getErrorCol: String

    Permalink
    Definition Classes
    HasErrorCol
  30. def getHandler: HandlerFunc

    Permalink

    Definition Classes
    HasHandler
  31. def getInternalInputParser(schema: StructType): HTTPInputParser

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  32. def getInternalOutputParser(schema: StructType): HTTPOutputParser

    Permalink
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  33. def getInternalTransformer(schema: StructType): PipelineModel

    Permalink
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseCognitiveServicesBaseWithoutHandler
  34. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  35. def getOutputCol: String

    Permalink

    Definition Classes
    HasOutputCol
  36. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  37. def getRequiredParams: Array[ServiceParam[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  38. def getScalarParam[T](name: String): T

    Permalink
    Definition Classes
    HasServiceParams
  39. def getScalarParam[T](p: ServiceParam[T]): T

    Permalink
    Definition Classes
    HasServiceParams
  40. def getSubscriptionKey: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  41. def getSubscriptionKeyCol: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  42. def getTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  43. def getUrl: String

    Permalink

    Definition Classes
    HasURL
  44. def getUrlParams: Array[ServiceParam[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  45. def getValue[T](row: Row, p: ServiceParam[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  46. def getValueAny(row: Row, p: ServiceParam[_]): Any

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  47. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  48. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  49. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. def getVectorParam(name: String): String

    Permalink
    Definition Classes
    HasServiceParams
  51. def getVectorParam(p: ServiceParam[_]): String

    Permalink
    Definition Classes
    HasServiceParams
  52. def getVectorParamMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  53. val handler: UDFParam

    Permalink
    Definition Classes
    HasHandler
  54. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData

    Permalink
  55. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  56. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  57. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  58. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  60. def innerResponseDataType: StructType

    Permalink
    Attributes
    protected
    Definition Classes
    TextAnalyticsBase
  61. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]

    Permalink
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseHasCognitiveServiceInput
  62. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  63. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  64. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  65. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. val language: ServiceParam[Seq[String]]

    Permalink
    Definition Classes
    TextAnalyticsBase
  67. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  68. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  69. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  70. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  71. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  72. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  73. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  75. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  76. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  77. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  78. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  79. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  80. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  82. val outputCol: Param[String]

    Permalink

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  83. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  84. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]

    Permalink
    Attributes
    protected
    Definition Classes
    TextAnalyticsBaseHasCognitiveServiceInput
  85. def prepareMethod(): HttpRequestBase

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  86. def prepareUrl: (Row) ⇒ String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  87. def responseDataType: StructType

    Permalink
  88. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  89. final def set(paramPair: ParamPair[_]): KeyPhraseExtractorV2.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  90. final def set(param: String, value: Any): KeyPhraseExtractorV2.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  91. final def set[T](param: Param[T], value: T): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    Params
  92. def setConcurrency(value: Int): KeyPhraseExtractorV2.this.type

    Permalink

    Definition Classes
    HTTPParams
  93. def setConcurrentTimeout(value: Double): KeyPhraseExtractorV2.this.type

    Permalink

    Definition Classes
    HTTPParams
  94. final def setDefault(paramPairs: ParamPair[_]*): KeyPhraseExtractorV2.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  95. final def setDefault[T](param: Param[T], value: T): KeyPhraseExtractorV2.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  96. def setDefaultLanguage(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  97. def setDefaultValue[T](p: ServiceParam[T], value: Option[T]): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  98. def setDefaultValue[T](p: ServiceParam[T], value: T): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  99. def setErrorCol(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasErrorCol
  100. def setHandler(v: HandlerFunc): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasHandler
  101. def setLanguage(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  102. def setLanguage(v: Seq[String]): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  103. def setLanguageCol(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  104. def setLocation(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    KeyPhraseExtractorV2HasSetLocation
  105. def setOutputCol(value: String): KeyPhraseExtractorV2.this.type

    Permalink

    Definition Classes
    HasOutputCol
  106. def setScalarParam[T](name: String, value: T): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  107. def setScalarParam[T](p: ServiceParam[T], value: T): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  108. def setSubscriptionKey(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasSubscriptionKey
  109. def setSubscriptionKeyCol(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasSubscriptionKey
  110. def setText(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  111. def setText(v: Seq[String]): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  112. def setTextCol(v: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    TextAnalyticsBase
  113. def setTimeout(value: Double): KeyPhraseExtractorV2.this.type

    Permalink

    Definition Classes
    HTTPParams
  114. def setUrl(value: String): KeyPhraseExtractorV2.this.type

    Permalink

    Definition Classes
    HasURL
  115. def setVectorParam(name: String, value: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  116. def setVectorParam[T](p: ServiceParam[T], value: String): KeyPhraseExtractorV2.this.type

    Permalink
    Definition Classes
    HasServiceParams
  117. def shouldSkip(row: Row): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  118. val subscriptionKey: ServiceParam[String]

    Permalink
    Definition Classes
    HasSubscriptionKey
  119. val subscriptionKeyHeaderName: String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  120. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  121. val text: ServiceParam[Seq[String]]

    Permalink
    Definition Classes
    TextAnalyticsBase
  122. val timeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  123. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  124. def transform(dataset: Dataset[_]): DataFrame

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → Transformer
  125. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  126. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  127. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → PipelineStage
  128. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  129. val uid: String

    Permalink
  130. val url: Param[String]

    Permalink
    Definition Classes
    HasURL
  131. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  134. def write: MLWriter

    Permalink
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from TextAnalyticsBase

Inherited from HasSetLocation

Inherited from HasCognitiveServiceInput

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from HasErrorCol

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from HTTPParams

Inherited from Wrappable

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