class AddressGeocoder extends CognitiveServicesBaseNoHandler with HasServiceParams with HasSubscriptionKey with HasURL with HasAddressInput with HasInternalJsonOutputParser with MapsAsyncReply with SynapseMLLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressGeocoder
  2. MapsAsyncReply
  3. HasAsyncReply
  4. HasInternalJsonOutputParser
  5. HasAddressInput
  6. CognitiveServicesBaseNoHandler
  7. SynapseMLLogging
  8. HasCustomCogServiceDomain
  9. HasUrlPath
  10. HasAADToken
  11. HasErrorCol
  12. HasSubscriptionKey
  13. HasServiceParams
  14. ComplexParamsWritable
  15. MLWritable
  16. HasURL
  17. HasOutputCol
  18. ConcurrencyParams
  19. Wrappable
  20. RWrappable
  21. PythonWrappable
  22. BaseWrappable
  23. Transformer
  24. PipelineStage
  25. Logging
  26. Params
  27. Serializable
  28. Serializable
  29. Identifiable
  30. AnyRef
  31. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. val AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  2. val address: ServiceParam[Seq[String]]
    Definition Classes
    HasAddressInput
  3. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  4. final def clear(param: Param[_]): AddressGeocoder.this.type
    Definition Classes
    Params
  5. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  6. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  7. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  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. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  14. def getAADToken: String
    Definition Classes
    HasAADToken
  15. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  16. def getAddress: Seq[String]
    Definition Classes
    HasAddressInput
  17. def getAddressCol: String
    Definition Classes
    HasAddressInput
  18. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  19. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  20. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  21. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  22. def getErrorCol: String
    Definition Classes
    HasErrorCol
  23. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  24. def getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  25. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  26. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  27. def getOutputCol: String

    Definition Classes
    HasOutputCol
  28. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  29. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  30. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  31. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  32. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  33. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  34. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  35. def getSuppressMaxRetriesException: Boolean

    Definition Classes
    HasAsyncReply
  36. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  37. def getUrl: String

    Definition Classes
    HasCustomCogServiceDomainHasURL
  38. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  39. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  40. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  41. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  42. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  43. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  44. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  45. def logClass(featureName: String): Unit
    Definition Classes
    SynapseMLLogging
  46. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  47. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  48. def logVerb[T](verb: String, f: ⇒ T, columns: Option[Int] = None): T
    Definition Classes
    SynapseMLLogging
  49. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  50. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  51. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  52. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  53. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  54. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  55. def pyAdditionalMethods: String
  56. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  57. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  58. final def set[T](param: Param[T], value: T): AddressGeocoder.this.type
    Definition Classes
    Params
  59. def setAADToken(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAADToken
  60. def setAADTokenCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAADToken
  61. def setAddress(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  62. def setAddress(v: Seq[String]): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  63. def setAddressCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  64. def setBackoffs(value: Array[Int]): AddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  65. def setConcurrency(value: Int): AddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  66. def setConcurrentTimeout(value: Option[Double]): AddressGeocoder.this.type
    Definition Classes
    ConcurrencyParams
  67. def setConcurrentTimeout(value: Double): AddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  68. def setCustomServiceName(v: String): AddressGeocoder.this.type
    Definition Classes
    HasCustomCogServiceDomain
  69. def setDefaultAADToken(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAADToken
  70. def setDefaultInternalEndpoint(v: String): AddressGeocoder.this.type
    Definition Classes
    HasCustomCogServiceDomain
  71. def setEndpoint(v: String): AddressGeocoder.this.type
    Definition Classes
    HasCustomCogServiceDomain
  72. def setErrorCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasErrorCol
  73. def setInitialPollingDelay(value: Int): AddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  74. def setMaxPollingRetries(value: Int): AddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  75. def setOutputCol(value: String): AddressGeocoder.this.type

    Definition Classes
    HasOutputCol
  76. def setPollingDelay(value: Int): AddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  77. def setScalarParam[T](name: String, value: T): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  78. def setScalarParam[T](p: ServiceParam[T], value: T): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  79. def setSubscriptionKey(v: String): AddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  80. def setSubscriptionKeyCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  81. def setSuppressMaxRetriesException(value: Boolean): AddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  82. def setTimeout(value: Double): AddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  83. def setUrl(value: String): AddressGeocoder.this.type

    Definition Classes
    HasURL
  84. def setVectorParam(name: String, value: String): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  85. def setVectorParam[T](p: ServiceParam[T], value: String): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  86. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  87. val suppressMaxRetriesException: BooleanParam
    Definition Classes
    HasAsyncReply
  88. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  89. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  90. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  91. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  92. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  93. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  94. val uid: String
    Definition Classes
    AddressGeocoderCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  95. val url: Param[String]
    Definition Classes
    HasURL
  96. def urlPath: String
    Definition Classes
    AddressGeocoderHasUrlPath
  97. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable