Packages

class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BingImageSearch
  2. HasInternalJsonOutputParser
  3. HasCognitiveServiceInput
  4. CognitiveServicesBase
  5. HasHandler
  6. CognitiveServicesBaseNoHandler
  7. BasicLogging
  8. HasErrorCol
  9. HasSubscriptionKey
  10. HasServiceParams
  11. ComplexParamsWritable
  12. MLWritable
  13. HasURL
  14. HasOutputCol
  15. HTTPParams
  16. Wrappable
  17. RWrappable
  18. PythonWrappable
  19. BaseWrappable
  20. Transformer
  21. PipelineStage
  22. Logging
  23. Params
  24. Serializable
  25. Serializable
  26. Identifiable
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BingImageSearch()
  2. new BingImageSearch(uid: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val aspect: ServiceParam[String]
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): BingImageSearch.this.type
    Definition Classes
    Params
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val color: ServiceParam[String]
  11. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  12. val concurrency: Param[Int]
    Definition Classes
    HTTPParams
  13. val concurrentTimeout: Param[Double]
    Definition Classes
    HTTPParams
  14. def contentType: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  15. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  16. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  17. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  18. val count: ServiceParam[Int]
  19. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  20. def emptyParamData[T](row: Row, p: ServiceParam[T]): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  24. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  25. def explainParams(): String
    Definition Classes
    Params
  26. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  27. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  28. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. val freshness: ServiceParam[String]
  30. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def getConcurrency: Int

    Definition Classes
    HTTPParams
  33. def getConcurrentTimeout: Double

    Definition Classes
    HTTPParams
  34. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  35. def getErrorCol: String
    Definition Classes
    HasErrorCol
  36. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  37. def getInternalInputParser(schema: StructType): HTTPInputParser
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  38. def getInternalOutputParser(schema: StructType): HTTPOutputParser
    Attributes
    protected
    Definition Classes
    HasInternalJsonOutputParser
  39. def getInternalTransformer(schema: StructType): PipelineModel
    Attributes
    protected
    Definition Classes
    CognitiveServicesBaseNoHandler
  40. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  41. def getOutputCol: String

    Definition Classes
    HasOutputCol
  42. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  43. def getRequiredParams: Array[ServiceParam[_]]
    Attributes
    protected
    Definition Classes
    HasServiceParams
  44. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  45. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  46. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  47. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  48. def getTimeout: Double

    Definition Classes
    HTTPParams
  49. def getUrl: String

    Definition Classes
    HasURL
  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. val handler: UDFParam
    Definition Classes
    HasHandler
  60. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
  61. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  62. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  63. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  64. val height: ServiceParam[Int]
  65. val imageContent: ServiceParam[String]
  66. val imageType: ServiceParam[String]
  67. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  68. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  69. def inputFunc(schema: StructType): (Row) ⇒ Option[HttpRequestBase]
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  70. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  71. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  72. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  73. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  74. val license: ServiceParam[String]
  75. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  76. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  77. def logClass(): Unit
    Definition Classes
    BasicLogging
  78. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  83. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  84. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  85. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  87. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  88. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  91. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  92. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  93. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  94. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  96. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  97. val maxFileSize: ServiceParam[Int]
  98. val maxHeight: ServiceParam[Int]
  99. val maxWidth: ServiceParam[Int]
  100. val minFileSize: ServiceParam[Int]
  101. val minHeight: ServiceParam[Int]
  102. val minWidth: ServiceParam[Int]
  103. val mkt: ServiceParam[String]
  104. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  105. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  107. val offset: ServiceParam[Int]
  108. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  109. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  110. def prepareEntity: (Row) ⇒ Option[AbstractHttpEntity]
    Attributes
    protected
    Definition Classes
    BingImageSearchHasCognitiveServiceInput
  111. def prepareMethod(): HttpRequestBase
  112. def prepareUrl: (Row) ⇒ String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  113. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  114. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  115. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  116. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  117. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  118. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  119. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  120. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    BingImageSearchPythonWrappable
  121. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  122. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  123. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  124. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  125. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  126. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  127. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  128. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  129. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  130. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. val q: ServiceParam[String]
  133. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  134. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  135. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  136. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  137. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  138. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  139. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  140. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  141. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  142. def responseDataType: DataType
  143. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  144. final def set(paramPair: ParamPair[_]): BingImageSearch.this.type
    Attributes
    protected
    Definition Classes
    Params
  145. final def set(param: String, value: Any): BingImageSearch.this.type
    Attributes
    protected
    Definition Classes
    Params
  146. final def set[T](param: Param[T], value: T): BingImageSearch.this.type
    Definition Classes
    Params
  147. def setAspect(v: String): BingImageSearch.this.type
  148. def setAspectCol(v: String): BingImageSearch.this.type
  149. def setColor(v: String): BingImageSearch.this.type
  150. def setColorCol(v: String): BingImageSearch.this.type
  151. def setConcurrency(value: Int): BingImageSearch.this.type

    Definition Classes
    HTTPParams
  152. def setConcurrentTimeout(value: Option[Double]): BingImageSearch.this.type
    Definition Classes
    HTTPParams
  153. def setConcurrentTimeout(value: Double): BingImageSearch.this.type

    Definition Classes
    HTTPParams
  154. def setCount(v: Int): BingImageSearch.this.type
  155. def setCountCol(v: String): BingImageSearch.this.type
  156. final def setDefault(paramPairs: ParamPair[_]*): BingImageSearch.this.type
    Attributes
    protected
    Definition Classes
    Params
  157. final def setDefault[T](param: Param[T], value: T): BingImageSearch.this.type
    Attributes
    protected
    Definition Classes
    Params
  158. def setErrorCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasErrorCol
  159. def setFreshness(v: String): BingImageSearch.this.type
  160. def setFreshnessCol(v: String): BingImageSearch.this.type
  161. def setHandler(v: HandlerFunc): BingImageSearch.this.type
    Definition Classes
    HasHandler
  162. def setHeight(v: Int): BingImageSearch.this.type
  163. def setHeightCol(v: String): BingImageSearch.this.type
  164. def setImageContent(v: String): BingImageSearch.this.type
  165. def setImageContentCol(v: String): BingImageSearch.this.type
  166. def setImageType(v: String): BingImageSearch.this.type
  167. def setImageTypeCol(v: String): BingImageSearch.this.type
  168. def setLicense(v: String): BingImageSearch.this.type
  169. def setLicenseCol(v: String): BingImageSearch.this.type
  170. def setMarket(v: String): BingImageSearch.this.type
  171. def setMarketCol(v: String): BingImageSearch.this.type
  172. def setMaxFileSize(v: Int): BingImageSearch.this.type
  173. def setMaxFileSizeCol(v: String): BingImageSearch.this.type
  174. def setMaxHeight(v: Int): BingImageSearch.this.type
  175. def setMaxHeightCol(v: String): BingImageSearch.this.type
  176. def setMaxWidth(v: Int): BingImageSearch.this.type
  177. def setMaxWidthCol(v: String): BingImageSearch.this.type
  178. def setMinFileSize(v: Int): BingImageSearch.this.type
  179. def setMinFileSizeCol(v: String): BingImageSearch.this.type
  180. def setMinHeight(v: Int): BingImageSearch.this.type
  181. def setMinHeightCol(v: String): BingImageSearch.this.type
  182. def setMinWidth(v: Int): BingImageSearch.this.type
  183. def setMinWidthCol(v: String): BingImageSearch.this.type
  184. def setMkt(v: String): BingImageSearch.this.type
  185. def setMktCol(v: String): BingImageSearch.this.type
  186. def setOffset(v: Int): BingImageSearch.this.type
  187. def setOffsetCol(v: String): BingImageSearch.this.type
  188. def setOutputCol(value: String): BingImageSearch.this.type

    Definition Classes
    HasOutputCol
  189. def setQ(v: String): BingImageSearch.this.type
  190. def setQCol(v: String): BingImageSearch.this.type
  191. def setQuery(v: String): BingImageSearch.this.type
  192. def setQueryCol(v: String): BingImageSearch.this.type
  193. def setScalarParam[T](name: String, value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  194. def setScalarParam[T](p: ServiceParam[T], value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  195. def setSize(v: String): BingImageSearch.this.type
  196. def setSizeCol(v: String): BingImageSearch.this.type
  197. def setSubscriptionKey(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  198. def setSubscriptionKeyCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  199. def setTimeout(value: Double): BingImageSearch.this.type

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

    Definition Classes
    HasURL
  201. def setVectorParam(name: String, value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  202. def setVectorParam[T](p: ServiceParam[T], value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  203. def setWidth(v: Int): BingImageSearch.this.type
  204. def setWidthCol(v: String): BingImageSearch.this.type
  205. def shouldSkip(row: Row): Boolean
    Attributes
    protected
    Definition Classes
    HasServiceParams
  206. val size: ServiceParam[String]
  207. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  208. val subscriptionKeyHeaderName: String
    Attributes
    protected
    Definition Classes
    HasCognitiveServiceInput
  209. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  210. val timeout: Param[Double]
    Definition Classes
    HTTPParams
  211. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  212. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  213. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  214. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  215. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  216. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  217. val uid: String
    Definition Classes
    BingImageSearchCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  218. val url: Param[String]
    Definition Classes
    HasURL
  219. val ver: String
    Definition Classes
    BasicLogging
  220. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  221. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  222. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  223. val width: ServiceParam[Int]
  224. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from HasCognitiveServiceInput

Inherited from CognitiveServicesBase

Inherited from HasHandler

Inherited from BasicLogging

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 RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

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