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, subscriptionKey: Option[String], aadToken: Option[String], contentType: String = "", customAuthHeader: Option[String] = None, customHeaders: Option[Map[String, String]] = None): 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 getImageBytes: Array[Byte]
    Definition Classes
    HasImageBytes
  37. def getImageBytesCol: String
    Definition Classes
    HasImageBytes
  38. def getImageUrl: String
    Definition Classes
    HasImageUrl
  39. def getImageUrlCol: String
    Definition Classes
    HasImageUrl
  40. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  41. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  42. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  43. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  44. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  45. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  46. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  47. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  48. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  49. def getUrl: String

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

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