trait HasImageInput extends HasImageUrl with HasImageBytes with HasCognitiveServiceInput

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HasImageInput
  2. HasCognitiveServiceInput
  3. SynapseMLLogging
  4. Logging
  5. HasCustomAuthHeader
  6. HasAADToken
  7. HasSubscriptionKey
  8. HasURL
  9. HasImageBytes
  10. HasImageUrl
  11. HasServiceParams
  12. Params
  13. Serializable
  14. Serializable
  15. Identifiable
  16. AnyRef
  17. 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): 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. 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
    Definition Classes
    HasCognitiveServiceInput
  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 getImageBytes: Array[Byte]
    Definition Classes
    HasImageBytes
  32. def getImageBytesCol: String
    Definition Classes
    HasImageBytes
  33. def getImageUrl: String
    Definition Classes
    HasImageUrl
  34. def getImageUrlCol: String
    Definition Classes
    HasImageUrl
  35. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  36. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  37. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  38. def getPayload(methodName: String, numCols: Option[Int], executionSeconds: Option[Double], exception: Option[Exception]): Map[String, String]
    Attributes
    protected
    Definition Classes
    SynapseMLLogging
  39. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  40. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  41. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  42. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  43. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  44. def getUrl: String

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

    Definition Classes
    HasURL
  114. def setVectorParam(name: String, value: String): HasImageInput.this.type
    Definition Classes
    HasServiceParams
  115. def setVectorParam[T](p: ServiceParam[T], value: String): HasImageInput.this.type
    Definition Classes
    HasServiceParams
  116. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasImageInputHasServiceParams
  117. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  118. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  119. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  120. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  121. val url: Param[String]
    Definition Classes
    HasURL
  122. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  123. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  124. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from HasCognitiveServiceInput

Inherited from SynapseMLLogging

Inherited from Logging

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