Class/Object

com.microsoft.ml.spark.cognitive

BingImageSearch

Related Docs: object BingImageSearch | package cognitive

Permalink

class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser

Annotations
@InternalWrapper()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BingImageSearch
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. CognitiveServicesBase
  5. HasHandler
  6. CognitiveServicesBaseWithoutHandler
  7. HasErrorCol
  8. HasSubscriptionKey
  9. HasServiceParams
  10. ComplexParamsWritable
  11. MLWritable
  12. HasURL
  13. HasOutputCol
  14. HTTPParams
  15. Wrappable
  16. Transformer
  17. PipelineStage
  18. Logging
  19. Params
  20. Serializable
  21. Serializable
  22. Identifiable
  23. AnyRef
  24. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BingImageSearch()

    Permalink
  2. new BingImageSearch(uid: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val aspect: ServiceParam[String]

    Permalink
  7. final def clear(param: Param[_]): BingImageSearch.this.type

    Permalink
    Definition Classes
    Params
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val color: ServiceParam[String]

    Permalink
  10. val concurrency: Param[Int]

    Permalink
    Definition Classes
    HTTPParams
  11. val concurrentTimeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  12. def contentType: (Row) ⇒ String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  13. def copy(extra: ParamMap): Transformer

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → Transformer → PipelineStage → Params
  14. def copyValues[T <: Params](to: T, extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  15. val count: ServiceParam[Int]

    Permalink
  16. final def defaultCopy[T <: Params](extra: ParamMap): T

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  17. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. val errorCol: Param[String]

    Permalink
    Definition Classes
    HasErrorCol
  21. def explainParam(param: Param[_]): String

    Permalink
    Definition Classes
    Params
  22. def explainParams(): String

    Permalink
    Definition Classes
    Params
  23. final def extractParamMap(): ParamMap

    Permalink
    Definition Classes
    Params
  24. final def extractParamMap(extra: ParamMap): ParamMap

    Permalink
    Definition Classes
    Params
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. val freshness: ServiceParam[String]

    Permalink
  27. final def get[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def getConcurrency: Int

    Permalink

    Definition Classes
    HTTPParams
  30. def getConcurrentTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  31. final def getDefault[T](param: Param[T]): Option[T]

    Permalink
    Definition Classes
    Params
  32. def getErrorCol: String

    Permalink
    Definition Classes
    HasErrorCol
  33. def getHandler: HandlerFunc

    Permalink

    Definition Classes
    HasHandler
  34. def getInternalInputParser(schema: StructType): HTTPInputParser

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  35. def getInternalOutputParser(schema: StructType): HTTPOutputParser

    Permalink
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  36. def getInternalTransformer(schema: StructType): PipelineModel

    Permalink
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseWithoutHandler
  37. final def getOrDefault[T](param: Param[T]): T

    Permalink
    Definition Classes
    Params
  38. def getOutputCol: String

    Permalink

    Definition Classes
    HasOutputCol
  39. def getParam(paramName: String): Param[Any]

    Permalink
    Definition Classes
    Params
  40. def getRequiredParams: Array[ServiceParam[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  41. def getScalarParam[T](name: String): T

    Permalink
    Definition Classes
    HasServiceParams
  42. def getScalarParam[T](p: ServiceParam[T]): T

    Permalink
    Definition Classes
    HasServiceParams
  43. def getSubscriptionKey: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  44. def getSubscriptionKeyCol: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  45. def getTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  46. def getUrl: String

    Permalink

    Definition Classes
    HasURL
  47. def getUrlParams: Array[ServiceParam[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  48. def getValue[T](row: Row, p: ServiceParam[T]): T

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  49. def getValueAny(row: Row, p: ServiceParam[_]): Any

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  50. def getValueAnyOpt(row: Row, p: ServiceParam[_]): Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  51. def getValueMap(row: Row, excludes: Set[ServiceParam[_]] = Set()): Map[String, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  52. def getValueOpt[T](row: Row, p: ServiceParam[T]): Option[T]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  53. def getVectorParam(name: String): String

    Permalink
    Definition Classes
    HasServiceParams
  54. def getVectorParam(p: ServiceParam[_]): String

    Permalink
    Definition Classes
    HasServiceParams
  55. def getVectorParamMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  56. val handler: UDFParam

    Permalink
    Definition Classes
    HasHandler
  57. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData

    Permalink
  58. final def hasDefault[T](param: Param[T]): Boolean

    Permalink
    Definition Classes
    Params
  59. def hasParam(paramName: String): Boolean

    Permalink
    Definition Classes
    Params
  60. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  61. val height: ServiceParam[Int]

    Permalink
  62. val imageContent: ServiceParam[String]

    Permalink
  63. val imageType: ServiceParam[String]

    Permalink
  64. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  67. final def isDefined(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  68. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  69. final def isSet(param: Param[_]): Boolean

    Permalink
    Definition Classes
    Params
  70. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  71. val license: ServiceParam[String]

    Permalink
  72. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  73. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  75. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  76. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  77. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  78. def logInfo(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  79. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  80. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  81. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  82. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  83. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  84. val maxFileSize: ServiceParam[Int]

    Permalink
  85. val maxHeight: ServiceParam[Int]

    Permalink
  86. val maxWidth: ServiceParam[Int]

    Permalink
  87. val minFileSize: ServiceParam[Int]

    Permalink
  88. val minHeight: ServiceParam[Int]

    Permalink
  89. val minWidth: ServiceParam[Int]

    Permalink
  90. val mkt: ServiceParam[String]

    Permalink
  91. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  92. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  93. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  94. val offset: ServiceParam[Int]

    Permalink
  95. val outputCol: Param[String]

    Permalink

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  96. lazy val params: Array[Param[_]]

    Permalink
    Definition Classes
    Params
  97. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]

    Permalink
    Attributes
    protected
    Definition Classes
    BingImageSearchHasCognitiveServiceInput
  98. def prepareMethod(): HttpRequestBase

    Permalink
  99. def prepareUrl: (Row) ⇒ String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  100. val q: ServiceParam[String]

    Permalink
  101. def responseDataType: DataType

    Permalink
  102. def save(path: String): Unit

    Permalink
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  103. final def set(paramPair: ParamPair[_]): BingImageSearch.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  104. final def set(param: String, value: Any): BingImageSearch.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  105. final def set[T](param: Param[T], value: T): BingImageSearch.this.type

    Permalink
    Definition Classes
    Params
  106. def setAspect(v: String): BingImageSearch.this.type

    Permalink
  107. def setAspectCol(v: String): BingImageSearch.this.type

    Permalink
  108. def setColor(v: String): BingImageSearch.this.type

    Permalink
  109. def setColorCol(v: String): BingImageSearch.this.type

    Permalink
  110. def setConcurrency(value: Int): BingImageSearch.this.type

    Permalink

    Definition Classes
    HTTPParams
  111. def setConcurrentTimeout(value: Double): BingImageSearch.this.type

    Permalink

    Definition Classes
    HTTPParams
  112. def setCount(v: Int): BingImageSearch.this.type

    Permalink
  113. def setCountCol(v: String): BingImageSearch.this.type

    Permalink
  114. final def setDefault(paramPairs: ParamPair[_]*): BingImageSearch.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  115. final def setDefault[T](param: Param[T], value: T): BingImageSearch.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    Params
  116. def setDefaultValue[T](p: ServiceParam[T], value: Option[T]): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  117. def setDefaultValue[T](p: ServiceParam[T], value: T): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  118. def setErrorCol(v: String): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasErrorCol
  119. def setFreshness(v: String): BingImageSearch.this.type

    Permalink
  120. def setFreshnessCol(v: String): BingImageSearch.this.type

    Permalink
  121. def setHandler(v: HandlerFunc): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasHandler
  122. def setHeight(v: Int): BingImageSearch.this.type

    Permalink
  123. def setHeightCol(v: String): BingImageSearch.this.type

    Permalink
  124. def setImageContent(v: String): BingImageSearch.this.type

    Permalink
  125. def setImageContentCol(v: String): BingImageSearch.this.type

    Permalink
  126. def setImageType(v: String): BingImageSearch.this.type

    Permalink
  127. def setImageTypeCol(v: String): BingImageSearch.this.type

    Permalink
  128. def setLicense(v: String): BingImageSearch.this.type

    Permalink
  129. def setLicenseCol(v: String): BingImageSearch.this.type

    Permalink
  130. def setMarket(v: String): BingImageSearch.this.type

    Permalink
  131. def setMarketCol(v: String): BingImageSearch.this.type

    Permalink
  132. def setMaxFileSize(v: Int): BingImageSearch.this.type

    Permalink
  133. def setMaxFileSizeCol(v: String): BingImageSearch.this.type

    Permalink
  134. def setMaxHeight(v: Int): BingImageSearch.this.type

    Permalink
  135. def setMaxHeightCol(v: String): BingImageSearch.this.type

    Permalink
  136. def setMaxWidth(v: Int): BingImageSearch.this.type

    Permalink
  137. def setMaxWidthCol(v: String): BingImageSearch.this.type

    Permalink
  138. def setMinFileSize(v: Int): BingImageSearch.this.type

    Permalink
  139. def setMinFileSizeCol(v: String): BingImageSearch.this.type

    Permalink
  140. def setMinHeight(v: Int): BingImageSearch.this.type

    Permalink
  141. def setMinHeightCol(v: String): BingImageSearch.this.type

    Permalink
  142. def setMinWidth(v: Int): BingImageSearch.this.type

    Permalink
  143. def setMinWidthCol(v: String): BingImageSearch.this.type

    Permalink
  144. def setOffset(v: Int): BingImageSearch.this.type

    Permalink
  145. def setOffsetCol(v: String): BingImageSearch.this.type

    Permalink
  146. def setOutputCol(value: String): BingImageSearch.this.type

    Permalink

    Definition Classes
    HasOutputCol
  147. def setQuery(v: String): BingImageSearch.this.type

    Permalink
  148. def setQueryCol(v: String): BingImageSearch.this.type

    Permalink
  149. def setScalarParam[T](name: String, value: T): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  150. def setScalarParam[T](p: ServiceParam[T], value: T): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  151. def setSize(v: Int): BingImageSearch.this.type

    Permalink
  152. def setSizeCol(v: String): BingImageSearch.this.type

    Permalink
  153. def setSubscriptionKey(v: String): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasSubscriptionKey
  154. def setSubscriptionKeyCol(v: String): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasSubscriptionKey
  155. def setTimeout(value: Double): BingImageSearch.this.type

    Permalink

    Definition Classes
    HTTPParams
  156. def setUrl(value: String): BingImageSearch.this.type

    Permalink

    Definition Classes
    HasURL
  157. def setVectorParam(name: String, value: String): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  158. def setVectorParam[T](p: ServiceParam[T], value: String): BingImageSearch.this.type

    Permalink
    Definition Classes
    HasServiceParams
  159. def setWidth(v: Int): BingImageSearch.this.type

    Permalink
  160. def setWidthCol(v: String): BingImageSearch.this.type

    Permalink
  161. def shouldSkip(row: Row): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    HasServiceParams
  162. val size: ServiceParam[Int]

    Permalink
  163. val subscriptionKey: ServiceParam[String]

    Permalink
    Definition Classes
    HasSubscriptionKey
  164. val subscriptionKeyHeaderName: String

    Permalink
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  165. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  166. val timeout: Param[Double]

    Permalink
    Definition Classes
    HTTPParams
  167. def toString(): String

    Permalink
    Definition Classes
    Identifiable → AnyRef → Any
  168. def transform(dataset: Dataset[_]): DataFrame

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → Transformer
  169. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  170. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame

    Permalink
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  171. def transformSchema(schema: StructType): StructType

    Permalink
    Definition Classes
    CognitiveServicesBaseWithoutHandler → PipelineStage
  172. def transformSchema(schema: StructType, logging: Boolean): StructType

    Permalink
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  173. val uid: String

    Permalink
    Definition Classes
    BingImageSearchCognitiveServicesBaseWithoutHandler → Identifiable
  174. val url: Param[String]

    Permalink
    Definition Classes
    HasURL
  175. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  176. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  177. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  178. val width: ServiceParam[Int]

    Permalink
  179. def write: MLWriter

    Permalink
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasCognitiveServiceInput

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from HasErrorCol

Inherited from HasSubscriptionKey

Inherited from HasServiceParams

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasURL

Inherited from HasOutputCol

Inherited from HTTPParams

Inherited from Wrappable

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