Packages

class BingImageSearch extends CognitiveServicesBase with HasCognitiveServiceInput with HasInternalJsonOutputParser with BasicLogging with HasSetLinkedService

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BingImageSearch
  2. HasSetLinkedService
  3. HasUrlPath
  4. HasInternalJsonOutputParser
  5. HasCognitiveServiceInput
  6. CognitiveServicesBase
  7. HasHandler
  8. CognitiveServicesBaseNoHandler
  9. BasicLogging
  10. HasErrorCol
  11. HasSubscriptionKey
  12. HasServiceParams
  13. ComplexParamsWritable
  14. MLWritable
  15. HasURL
  16. HasOutputCol
  17. ConcurrencyParams
  18. Wrappable
  19. RWrappable
  20. PythonWrappable
  21. BaseWrappable
  22. Transformer
  23. PipelineStage
  24. Logging
  25. Params
  26. Serializable
  27. Serializable
  28. Identifiable
  29. AnyRef
  30. 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. val aspect: ServiceParam[String]
  2. final def clear(param: Param[_]): BingImageSearch.this.type
    Definition Classes
    Params
  3. val color: ServiceParam[String]
  4. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  5. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  6. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  7. val count: ServiceParam[Int]
  8. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  9. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  10. def explainParams(): String
    Definition Classes
    Params
  11. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  12. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  13. val freshness: ServiceParam[String]
  14. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  15. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  16. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  17. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  18. def getErrorCol: String
    Definition Classes
    HasErrorCol
  19. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  20. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  21. def getOutputCol: String

    Definition Classes
    HasOutputCol
  22. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  23. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  24. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  25. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  26. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  27. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  28. def getUrl: String

    Definition Classes
    HasURL
  29. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  30. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  31. val handler: UDFParam
    Definition Classes
    HasHandler
  32. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  33. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  34. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  35. val height: ServiceParam[Int]
  36. val imageContent: ServiceParam[String]
  37. val imageType: ServiceParam[String]
  38. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  39. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  40. val license: ServiceParam[String]
  41. def logClass(): Unit
    Definition Classes
    BasicLogging
  42. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  43. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  44. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  45. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  46. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  47. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  48. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  49. val maxFileSize: ServiceParam[Int]
  50. val maxHeight: ServiceParam[Int]
  51. val maxWidth: ServiceParam[Int]
  52. val minFileSize: ServiceParam[Int]
  53. val minHeight: ServiceParam[Int]
  54. val minWidth: ServiceParam[Int]
  55. val mkt: ServiceParam[String]
  56. val offset: ServiceParam[Int]
  57. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  58. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  59. def prepareMethod(): HttpRequestBase
  60. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  61. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  62. val q: ServiceParam[String]
  63. def responseDataType: DataType
  64. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  65. final def set[T](param: Param[T], value: T): BingImageSearch.this.type
    Definition Classes
    Params
  66. def setAspect(v: String): BingImageSearch.this.type
  67. def setAspectCol(v: String): BingImageSearch.this.type
  68. def setColor(v: String): BingImageSearch.this.type
  69. def setColorCol(v: String): BingImageSearch.this.type
  70. def setConcurrency(value: Int): BingImageSearch.this.type

    Definition Classes
    ConcurrencyParams
  71. def setConcurrentTimeout(value: Option[Double]): BingImageSearch.this.type
    Definition Classes
    ConcurrencyParams
  72. def setConcurrentTimeout(value: Double): BingImageSearch.this.type

    Definition Classes
    ConcurrencyParams
  73. def setCount(v: Int): BingImageSearch.this.type
  74. def setCountCol(v: String): BingImageSearch.this.type
  75. def setErrorCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasErrorCol
  76. def setFreshness(v: String): BingImageSearch.this.type
  77. def setFreshnessCol(v: String): BingImageSearch.this.type
  78. def setHandler(v: HandlerFunc): BingImageSearch.this.type
    Definition Classes
    HasHandler
  79. def setHeight(v: Int): BingImageSearch.this.type
  80. def setHeightCol(v: String): BingImageSearch.this.type
  81. def setImageContent(v: String): BingImageSearch.this.type
  82. def setImageContentCol(v: String): BingImageSearch.this.type
  83. def setImageType(v: String): BingImageSearch.this.type
  84. def setImageTypeCol(v: String): BingImageSearch.this.type
  85. def setLicense(v: String): BingImageSearch.this.type
  86. def setLicenseCol(v: String): BingImageSearch.this.type
  87. def setLinkedService(v: String): BingImageSearch.this.type
    Definition Classes
    HasSetLinkedService
  88. def setMarket(v: String): BingImageSearch.this.type
  89. def setMarketCol(v: String): BingImageSearch.this.type
  90. def setMaxFileSize(v: Int): BingImageSearch.this.type
  91. def setMaxFileSizeCol(v: String): BingImageSearch.this.type
  92. def setMaxHeight(v: Int): BingImageSearch.this.type
  93. def setMaxHeightCol(v: String): BingImageSearch.this.type
  94. def setMaxWidth(v: Int): BingImageSearch.this.type
  95. def setMaxWidthCol(v: String): BingImageSearch.this.type
  96. def setMinFileSize(v: Int): BingImageSearch.this.type
  97. def setMinFileSizeCol(v: String): BingImageSearch.this.type
  98. def setMinHeight(v: Int): BingImageSearch.this.type
  99. def setMinHeightCol(v: String): BingImageSearch.this.type
  100. def setMinWidth(v: Int): BingImageSearch.this.type
  101. def setMinWidthCol(v: String): BingImageSearch.this.type
  102. def setMkt(v: String): BingImageSearch.this.type
  103. def setMktCol(v: String): BingImageSearch.this.type
  104. def setOffset(v: Int): BingImageSearch.this.type
  105. def setOffsetCol(v: String): BingImageSearch.this.type
  106. def setOutputCol(value: String): BingImageSearch.this.type

    Definition Classes
    HasOutputCol
  107. def setQ(v: String): BingImageSearch.this.type
  108. def setQCol(v: String): BingImageSearch.this.type
  109. def setQuery(v: String): BingImageSearch.this.type
  110. def setQueryCol(v: String): BingImageSearch.this.type
  111. def setScalarParam[T](name: String, value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  112. def setScalarParam[T](p: ServiceParam[T], value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  113. def setSize(v: String): BingImageSearch.this.type
  114. def setSizeCol(v: String): BingImageSearch.this.type
  115. def setSubscriptionKey(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  116. def setSubscriptionKeyCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  117. def setTimeout(value: Double): BingImageSearch.this.type

    Definition Classes
    ConcurrencyParams
  118. def setUrl(value: String): BingImageSearch.this.type

    Definition Classes
    HasURL
  119. def setVectorParam(name: String, value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  120. def setVectorParam[T](p: ServiceParam[T], value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  121. def setWidth(v: Int): BingImageSearch.this.type
  122. def setWidthCol(v: String): BingImageSearch.this.type
  123. val size: ServiceParam[String]
  124. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  125. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  126. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  127. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  128. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  129. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  130. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  131. val uid: String
    Definition Classes
    BingImageSearchCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  132. val url: Param[String]
    Definition Classes
    HasURL
  133. def urlPath: String
    Definition Classes
    BingImageSearchHasUrlPath
  134. val ver: String
    Definition Classes
    BasicLogging
  135. val width: ServiceParam[Int]
  136. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable