Packages

c

com.microsoft.azure.synapse.ml.cognitive

CognitiveServicesBase

abstract class CognitiveServicesBase extends CognitiveServicesBaseNoHandler with HasHandler

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

Instance Constructors

  1. new CognitiveServicesBase(uid: String)

Abstract Value Members

  1. abstract def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  2. abstract def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  3. abstract def urlPath: String
    Definition Classes
    HasUrlPath

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): CognitiveServicesBase.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
    CognitiveServicesBaseNoHandler → 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. def dotnetAdditionalMethods: String
  18. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  33. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  34. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  37. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  38. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  39. def explainParams(): String
    Definition Classes
    Params
  40. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  41. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  42. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  44. def getAADToken: String
    Definition Classes
    HasAADToken
  45. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  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 getErrorCol: String
    Definition Classes
    HasErrorCol
  51. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  52. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  53. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  54. def getOutputCol: String

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

    Definition Classes
    ConcurrencyParams
  63. def getUrl: String

    Definition Classes
    HasCustomCogServiceDomainHasURL
  64. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  65. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  66. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  67. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  68. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  69. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  70. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  71. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  72. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  73. val handler: UDFParam
    Definition Classes
    HasHandler
  74. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  75. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  76. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  83. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  84. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  85. def logBase(info: SynapseMLLogInfo): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  86. def logBase(methodName: String, columns: Option[Int]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  87. def logClass(): Unit
    Definition Classes
    SynapseMLLogging
  88. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  92. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  93. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  94. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  96. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  97. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logTrain[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  100. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  101. def logVerb[T](verb: String, f: ⇒ T, columns: Int = -1): T
    Definition Classes
    SynapseMLLogging
  102. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  105. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  106. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  107. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  108. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  109. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  110. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

    Definition Classes
    ConcurrencyParams
  147. def setConcurrentTimeout(value: Option[Double]): CognitiveServicesBase.this.type
    Definition Classes
    ConcurrencyParams
  148. def setConcurrentTimeout(value: Double): CognitiveServicesBase.this.type

    Definition Classes
    ConcurrencyParams
  149. def setCustomServiceName(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasCustomCogServiceDomain
  150. final def setDefault(paramPairs: ParamPair[_]*): CognitiveServicesBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  151. final def setDefault[T](param: Param[T], value: T): CognitiveServicesBase.this.type
    Attributes
    protected
    Definition Classes
    Params
  152. def setDefaultAADToken(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasAADToken
  153. def setDefaultInternalEndpoint(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasCustomCogServiceDomain
  154. def setEndpoint(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasCustomCogServiceDomain
  155. def setErrorCol(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasErrorCol
  156. def setHandler(v: UserDefinedFunction): CognitiveServicesBase.this.type
    Definition Classes
    HasHandler
  157. def setHandler(v: HandlerFunc): CognitiveServicesBase.this.type
    Definition Classes
    HasHandler
  158. def setOutputCol(value: String): CognitiveServicesBase.this.type

    Definition Classes
    HasOutputCol
  159. def setScalarParam[T](name: String, value: T): CognitiveServicesBase.this.type
    Definition Classes
    HasServiceParams
  160. def setScalarParam[T](p: ServiceParam[T], value: T): CognitiveServicesBase.this.type
    Definition Classes
    HasServiceParams
  161. def setSubscriptionKey(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasSubscriptionKey
  162. def setSubscriptionKeyCol(v: String): CognitiveServicesBase.this.type
    Definition Classes
    HasSubscriptionKey
  163. def setTimeout(value: Double): CognitiveServicesBase.this.type

    Definition Classes
    ConcurrencyParams
  164. def setUrl(value: String): CognitiveServicesBase.this.type

    Definition Classes
    HasURL
  165. def setVectorParam(name: String, value: String): CognitiveServicesBase.this.type
    Definition Classes
    HasServiceParams
  166. def setVectorParam[T](p: ServiceParam[T], value: String): CognitiveServicesBase.this.type
    Definition Classes
    HasServiceParams
  167. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  168. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  169. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  170. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  171. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  172. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  173. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  174. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  175. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  176. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  177. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  178. val uid: String
    Definition Classes
    CognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  179. val url: Param[String]
    Definition Classes
    HasURL
  180. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  181. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  182. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  183. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasHandler

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 DotnetWrappable

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