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. def additionalPythonMethods(): String

    Permalink
    Definition Classes
    Wrappable
  6. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
  11. val concurrency: Param[Int]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    Definition Classes
    HTTPParams
  31. def getConcurrentTimeout: Double

    Permalink

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

    Permalink
    Definition Classes
    Params
  33. def getErrorCol: String

    Permalink
    Definition Classes
    HasErrorCol
  34. def getHandler: HandlerFunc

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    Params
  39. def getOutputCol: String

    Permalink

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

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

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

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

    Permalink
    Definition Classes
    HasServiceParams
  44. def getSubscriptionKey: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  45. def getSubscriptionKeyCol: String

    Permalink
    Definition Classes
    HasSubscriptionKey
  46. def getTimeout: Double

    Permalink

    Definition Classes
    HTTPParams
  47. def getUrl: String

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  63. val imageContent: ServiceParam[String]

    Permalink
  64. val imageType: ServiceParam[String]

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

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

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

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

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

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

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

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

    Permalink
  73. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  86. val maxHeight: ServiceParam[Int]

    Permalink
  87. val maxWidth: ServiceParam[Int]

    Permalink
  88. val minFileSize: ServiceParam[Int]

    Permalink
  89. val minHeight: ServiceParam[Int]

    Permalink
  90. val minWidth: ServiceParam[Int]

    Permalink
  91. val mkt: ServiceParam[String]

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

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

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

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

    Permalink
  96. val outputCol: Param[String]

    Permalink

    The name of the output column

    The name of the output column

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

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

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

    Permalink
  100. def prepareUrl: (Row) ⇒ String

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

    Permalink
  102. def responseDataType: DataType

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

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

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

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

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

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

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

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

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

    Permalink

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

    Permalink

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink

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

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

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

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

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

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

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

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

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

    Permalink

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

    Permalink

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

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

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

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

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

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

    Permalink
  164. val subscriptionKey: ServiceParam[String]

    Permalink
    Definition Classes
    HasSubscriptionKey
  165. val subscriptionKeyHeaderName: String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  180. 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