Packages

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

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

    Definition Classes
    ConcurrencyParams
  22. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  23. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  24. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  25. def getCustomHeaders: Map[String, String]
    Definition Classes
    HasCustomHeaders
  26. def getCustomUrlRoot: String
    Definition Classes
    HasCognitiveServiceInput
  27. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  28. def getErrorCol: String
    Definition Classes
    HasErrorCol
  29. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  30. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  31. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  32. def getOutputCol: String

    Definition Classes
    HasOutputCol
  33. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  34. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  35. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  36. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  37. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  38. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  39. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  40. def getUrl: String

    Definition Classes
    HasCognitiveServiceInputHasURL
  41. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  42. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  43. val handler: UDFParam
    Definition Classes
    HasHandler
  44. def handlingFunc(client: CloseableHttpClient, request: HTTPRequestData): HTTPResponseData
    Definition Classes
    HasHandler
  45. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  46. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  47. val height: ServiceParam[Int]
  48. val imageContent: ServiceParam[String]
  49. val imageType: ServiceParam[String]
  50. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  51. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  52. val license: ServiceParam[String]
  53. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  54. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  55. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  56. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  57. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  58. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  59. val maxFileSize: ServiceParam[Int]
  60. val maxHeight: ServiceParam[Int]
  61. val maxWidth: ServiceParam[Int]
  62. val minFileSize: ServiceParam[Int]
  63. val minHeight: ServiceParam[Int]
  64. val minWidth: ServiceParam[Int]
  65. val mkt: ServiceParam[String]
  66. val offset: ServiceParam[Int]
  67. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  68. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  69. def prepareMethod(): HttpRequestBase
  70. def pyAdditionalMethods: String
    Definition Classes
    HasSetLinkedServicePythonWrappable
  71. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  72. val q: ServiceParam[String]
  73. def responseDataType: DataType
  74. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  75. final def set[T](param: Param[T], value: T): BingImageSearch.this.type
    Definition Classes
    Params
  76. def setAADToken(v: String): BingImageSearch.this.type
    Definition Classes
    HasAADToken
  77. def setAADTokenCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasAADToken
  78. def setAspect(v: String): BingImageSearch.this.type
  79. def setAspectCol(v: String): BingImageSearch.this.type
  80. def setColor(v: String): BingImageSearch.this.type
  81. def setColorCol(v: String): BingImageSearch.this.type
  82. def setConcurrency(value: Int): BingImageSearch.this.type

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

    Definition Classes
    ConcurrencyParams
  85. def setCount(v: Int): BingImageSearch.this.type
  86. def setCountCol(v: String): BingImageSearch.this.type
  87. def setCustomAuthHeader(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomAuthHeader
  88. def setCustomAuthHeaderCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomAuthHeader
  89. def setCustomHeaders(v: HashMap[String, String]): BingImageSearch.this.type
    Definition Classes
    HasCustomHeaders
  90. def setCustomHeaders(v: Map[String, String]): BingImageSearch.this.type
    Definition Classes
    HasCustomHeaders
  91. def setCustomServiceName(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomCogServiceDomain
  92. def setCustomUrlRoot(v: String): BingImageSearch.this.type
    Definition Classes
    HasCognitiveServiceInput
  93. def setDefaultAADToken(v: String): BingImageSearch.this.type
    Definition Classes
    HasAADToken
  94. def setDefaultCustomAuthHeader(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomAuthHeader
  95. def setDefaultInternalEndpoint(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomCogServiceDomain
  96. def setEndpoint(v: String): BingImageSearch.this.type
    Definition Classes
    HasCustomCogServiceDomain
  97. def setErrorCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasErrorCol
  98. def setFreshness(v: String): BingImageSearch.this.type
  99. def setFreshnessCol(v: String): BingImageSearch.this.type
  100. def setHandler(v: UserDefinedFunction): BingImageSearch.this.type
    Definition Classes
    HasHandler
  101. def setHandler(v: HandlerFunc): BingImageSearch.this.type
    Definition Classes
    HasHandler
  102. def setHeight(v: Int): BingImageSearch.this.type
  103. def setHeightCol(v: String): BingImageSearch.this.type
  104. def setImageContent(v: String): BingImageSearch.this.type
  105. def setImageContentCol(v: String): BingImageSearch.this.type
  106. def setImageType(v: String): BingImageSearch.this.type
  107. def setImageTypeCol(v: String): BingImageSearch.this.type
  108. def setLicense(v: String): BingImageSearch.this.type
  109. def setLicenseCol(v: String): BingImageSearch.this.type
  110. def setLinkedService(v: String): BingImageSearch.this.type
    Definition Classes
    HasSetLinkedService
  111. def setMarket(v: String): BingImageSearch.this.type
  112. def setMarketCol(v: String): BingImageSearch.this.type
  113. def setMaxFileSize(v: Int): BingImageSearch.this.type
  114. def setMaxFileSizeCol(v: String): BingImageSearch.this.type
  115. def setMaxHeight(v: Int): BingImageSearch.this.type
  116. def setMaxHeightCol(v: String): BingImageSearch.this.type
  117. def setMaxWidth(v: Int): BingImageSearch.this.type
  118. def setMaxWidthCol(v: String): BingImageSearch.this.type
  119. def setMinFileSize(v: Int): BingImageSearch.this.type
  120. def setMinFileSizeCol(v: String): BingImageSearch.this.type
  121. def setMinHeight(v: Int): BingImageSearch.this.type
  122. def setMinHeightCol(v: String): BingImageSearch.this.type
  123. def setMinWidth(v: Int): BingImageSearch.this.type
  124. def setMinWidthCol(v: String): BingImageSearch.this.type
  125. def setMkt(v: String): BingImageSearch.this.type
  126. def setMktCol(v: String): BingImageSearch.this.type
  127. def setOffset(v: Int): BingImageSearch.this.type
  128. def setOffsetCol(v: String): BingImageSearch.this.type
  129. def setOutputCol(value: String): BingImageSearch.this.type

    Definition Classes
    HasOutputCol
  130. def setQ(v: String): BingImageSearch.this.type
  131. def setQCol(v: String): BingImageSearch.this.type
  132. def setQuery(v: String): BingImageSearch.this.type
  133. def setQueryCol(v: String): BingImageSearch.this.type
  134. def setScalarParam[T](name: String, value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  135. def setScalarParam[T](p: ServiceParam[T], value: T): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  136. def setSize(v: String): BingImageSearch.this.type
  137. def setSizeCol(v: String): BingImageSearch.this.type
  138. def setSubscriptionKey(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  139. def setSubscriptionKeyCol(v: String): BingImageSearch.this.type
    Definition Classes
    HasSubscriptionKey
  140. def setTimeout(value: Double): BingImageSearch.this.type

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

    Definition Classes
    HasURL
  142. def setVectorParam(name: String, value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  143. def setVectorParam[T](p: ServiceParam[T], value: String): BingImageSearch.this.type
    Definition Classes
    HasServiceParams
  144. def setWidth(v: Int): BingImageSearch.this.type
  145. def setWidthCol(v: String): BingImageSearch.this.type
  146. val size: ServiceParam[String]
  147. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  148. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  149. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  150. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  151. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  152. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  153. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  154. val uid: String
    Definition Classes
    BingImageSearchCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  155. val url: Param[String]
    Definition Classes
    HasURL
  156. def urlPath: String
    Definition Classes
    BingImageSearchHasUrlPath
  157. val width: ServiceParam[Int]
  158. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable