trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasImageInput
  2. HasCognitiveServiceInput
  3. SynapseMLLogging
  4. Logging
  5. HasCustomHeaders
  6. HasCustomAuthHeader
  7. HasAADToken
  8. HasSubscriptionKey
  9. HasURL
  10. HasImageBytes
  11. HasImageUrl
  12. HasServiceParams
  13. Params
  14. Serializable
  15. Serializable
  16. Identifiable
  17. AnyRef
  18. 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 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
    Definition Classes
    HasCognitiveServiceInput
  8. def addHeaders(req: HttpRequestBase, row: Row, addContentType: Boolean = true): Unit
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final def clear(param: Param[_]): HasImageInput.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
    Definition Classes
    HasCognitiveServiceInput
  13. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  14. val customHeaders: ServiceParam[Map[String, String]]
    Definition Classes
    HasCustomHeaders
  15. val customUrlRoot: Param[String]
    Definition Classes
    HasCognitiveServiceInput
  16. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  21. def explainParams(): String
    Definition Classes
    Params
  22. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  23. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  26. def getAADToken: String
    Definition Classes
    HasAADToken
  27. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getCustomAuthHeader(row: Row): Option[String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  30. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  31. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  32. def getCustomHeaders(row: Row): Option[Map[String, String]]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  33. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  34. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  35. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  36. def getHeaders(row: Row, addContentType: Boolean = true): Map[String, String]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  37. def getImageBytes: Array[Byte]
    Definition Classes
    HasImageBytes
  38. def getImageBytesCol: String
    Definition Classes
    HasImageBytes
  39. def getImageUrl: String
    Definition Classes
    HasImageUrl
  40. def getImageUrlCol: String
    Definition Classes
    HasImageUrl
  41. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  42. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  43. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  44. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  45. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  46. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  47. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  48. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  49. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  50. def getUrl: String

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

    Definition Classes
    HasURL
  123. def setVectorParam(name: String, value: String): HasImageInput.this.type
    Definition Classes
    HasServiceParams
  124. def setVectorParam[T](p: ServiceParam[T], value: String): HasImageInput.this.type
    Definition Classes
    HasServiceParams
  125. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasImageInputHasServiceParams
  126. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  127. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  128. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  129. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  130. val url: Param[String]
    Definition Classes
    HasURL
  131. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasCognitiveServiceInput

Inherited from SynapseMLLogging

Inherited from Logging

Inherited from HasCustomHeaders

Inherited from HasCustomAuthHeader

Inherited from HasAADToken

Inherited from HasSubscriptionKey

Inherited from HasURL

Inherited from HasImageBytes

Inherited from HasImageUrl

Inherited from HasServiceParams

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

getParam

setParam

Ungrouped