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. HasCustomAuthHeader
  6. CognitiveServicesBase
  7. HasHandler
  8. CognitiveServicesBaseNoHandler
  9. SynapseMLLogging
  10. HasCustomCogServiceDomain
  11. HasUrlPath
  12. HasAADToken
  13. HasErrorCol
  14. HasSubscriptionKey
  15. HasServiceParams
  16. ComplexParamsWritable
  17. MLWritable
  18. HasURL
  19. HasOutputCol
  20. ConcurrencyParams
  21. Wrappable
  22. DotnetWrappable
  23. RWrappable
  24. PythonWrappable
  25. BaseWrappable
  26. Transformer
  27. PipelineStage
  28. Logging
  29. Params
  30. Serializable
  31. Serializable
  32. Identifiable
  33. AnyRef
  34. 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. def dotnetAdditionalMethods: String
    Definition Classes
    HasSetLinkedServiceDotnetWrappable
  11. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  12. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  13. def explainParams(): String
    Definition Classes
    Params
  14. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  15. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  16. val freshness: ServiceParam[String]
  17. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  18. def getAADToken: String
    Definition Classes
    HasAADToken
  19. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  20. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  21. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  22. def getCustomAuthHeader: String
    Definition Classes
    HasCustomAuthHeader
  23. def getCustomAuthHeaderCol: String
    Definition Classes
    HasCustomAuthHeader
  24. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  25. def getErrorCol: String
    Definition Classes
    HasErrorCol
  26. def getHandler: HandlerFunc

    Definition Classes
    HasHandler
  27. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  28. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  29. def getOutputCol: String

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

    Definition Classes
    ConcurrencyParams
  37. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

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

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

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

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