Packages

t

com.microsoft.azure.synapse.ml.services

HasCognitiveServiceInput

trait HasCognitiveServiceInput extends HasURL with HasSubscriptionKey with HasAADToken with HasCustomAuthHeader with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasCognitiveServiceInput
  2. SynapseMLLogging
  3. Logging
  4. HasCustomAuthHeader
  5. HasAADToken
  6. HasSubscriptionKey
  7. HasServiceParams
  8. HasURL
  9. Params
  10. Serializable
  11. Serializable
  12. Identifiable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(extra: ParamMap): Params
    Definition Classes
    Params
  2. abstract def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
  3. abstract val uid: String
    Definition Classes
    SynapseMLLogging

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. val CustomAuthHeader: ServiceParam[String]
    Definition Classes
    HasCustomAuthHeader
  7. val aadHeaderName: String
    Attributes
    protected
  8. def addHeaders(req: HttpRequestBase, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None): Unit
    Attributes
    protected
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def clear(param: Param[_]): HasCognitiveServiceInput.this.type
    Definition Classes
    Params
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. def contentType: (Row) ⇒ String
    Attributes
    protected
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  19. def explainParams(): String
    Definition Classes
    Params
  20. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  21. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  24. def getAADToken: String
    Definition Classes
    HasAADToken
  25. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
  28. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  29. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  30. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  31. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
  32. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  33. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  34. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  35. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  36. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  37. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  38. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  39. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  40. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  41. def getUrlParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  42. def getValue[T](row: Row, p: ServiceParam[T]): T
    Attributes
    protected
    Definition Classes
    HasServiceParams
  43. def getValueAny(row: Row, p: ServiceParam[_]): Any
    Attributes
    protected
    Definition Classes
    HasServiceParams
  44. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  45. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  46. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  47. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  48. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  49. def getVectorParamMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  51. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  52. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  53. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  54. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  55. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
  56. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  57. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  58. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  59. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  60. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  61. def logBase(info: Map[String, String], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  62. def logBase(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], featureName: Option[String]): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  63. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  64. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  65. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  66. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  67. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  68. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  69. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  70. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  71. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  72. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  73. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  74. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  75. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  76. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  77. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  80. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  81. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  82. def paramNameToPayloadName(p: Param[_]): String
    Attributes
    protected
  83. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  84. def prepareMethod(): HttpRequestBase
    Attributes
    protected
  85. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
  86. def prepareUrlRoot: (Row) ⇒ String
    Attributes
    protected
  87. final def set(paramPair: ParamPair[_]): HasCognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  88. final def set(param: String, value: Any): HasCognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  89. final def set[T](param: Param[T], value: T): HasCognitiveServiceInput.this.type
    Definition Classes
    Params
  90. def setAADToken(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  91. def setAADTokenCol(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  92. def setCustomAuthHeader(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  93. def setCustomAuthHeaderCol(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  94. final def setDefault(paramPairs: ParamPair[_]*): HasCognitiveServiceInput.this.type
    Attributes
    protected
    Definition Classes
    Params
  95. final def setDefault[T](param: Param[T], value: T): HasCognitiveServiceInput.this.type
    Attributes
    protected[org.apache.spark.ml]
    Definition Classes
    Params
  96. def setDefaultAADToken(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasAADToken
  97. def setDefaultCustomAuthHeader(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasCustomAuthHeader
  98. def setScalarParam[T](name: String, value: T): HasCognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  99. def setScalarParam[T](p: ServiceParam[T], value: T): HasCognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  100. def setSubscriptionKey(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasSubscriptionKey
  101. def setSubscriptionKeyCol(v: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasSubscriptionKey
  102. def setUrl(value: String): HasCognitiveServiceInput.this.type

    Definition Classes
    HasURL
  103. def setVectorParam(name: String, value: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  104. def setVectorParam[T](p: ServiceParam[T], value: String): HasCognitiveServiceInput.this.type
    Definition Classes
    HasServiceParams
  105. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  106. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  107. val subscriptionKeyHeaderName: String
    Attributes
    protected
  108. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  109. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  110. val url: Param[String]
    Definition Classes
    HasURL
  111. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from SynapseMLLogging

Inherited from Logging

Inherited from HasCustomAuthHeader

Inherited from HasAADToken

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from HasURL

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped