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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AddressGeocoder
  2. MapsAsyncReply
  3. HasAsyncReply
  4. HasInternalJsonOutputParser
  5. HasAddressInput
  6. CognitiveServicesBaseNoHandler
  7. BasicLogging
  8. HasErrorCol
  9. HasSubscriptionKey
  10. HasServiceParams
  11. ComplexParamsWritable
  12. MLWritable
  13. HasURL
  14. HasOutputCol
  15. ConcurrencyParams
  16. Wrappable
  17. DotnetWrappable
  18. RWrappable
  19. PythonWrappable
  20. BaseWrappable
  21. Transformer
  22. PipelineStage
  23. Logging
  24. Params
  25. Serializable
  26. Serializable
  27. Identifiable
  28. AnyRef
  29. 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 address: ServiceParam[Seq[String]]
    Definition Classes
    HasAddressInput
  2. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  3. final def clear(param: Param[_]): AddressGeocoder.this.type
    Definition Classes
    Params
  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. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  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 getAddress: Seq[String]
    Definition Classes
    HasAddressInput
  15. def getAddressCol: String
    Definition Classes
    HasAddressInput
  16. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  17. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  18. def getConcurrentTimeout: Double

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

    Definition Classes
    HasAsyncReply
  22. def getMaxPollingRetries: Int

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

    Definition Classes
    HasOutputCol
  25. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  26. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  27. def getPollingDelay: Int

    Definition Classes
    HasAsyncReply
  28. def getScalarParam[T](name: String): T
    Definition Classes
    HasServiceParams
  29. def getScalarParam[T](p: ServiceParam[T]): T
    Definition Classes
    HasServiceParams
  30. def getSubscriptionKey: String
    Definition Classes
    HasSubscriptionKey
  31. def getSubscriptionKeyCol: String
    Definition Classes
    HasSubscriptionKey
  32. def getSuppressMaxRetriesExceededException: Boolean

    Definition Classes
    HasAsyncReply
  33. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  34. def getUrl: String

    Definition Classes
    HasURL
  35. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  36. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  37. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  38. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  39. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  40. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  41. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  42. def logClass(): Unit
    Definition Classes
    BasicLogging
  43. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  44. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  45. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  46. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  47. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  48. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  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
    Definition Classes
    PythonWrappable
  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 setAddress(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  60. def setAddress(v: Seq[String]): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  61. def setAddressCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasAddressInput
  62. def setBackoffs(value: Array[Int]): AddressGeocoder.this.type

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

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

    Definition Classes
    ConcurrencyParams
  66. def setErrorCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasErrorCol
  67. def setInitialPollingDelay(value: Int): AddressGeocoder.this.type

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

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

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

    Definition Classes
    HasAsyncReply
  71. def setScalarParam[T](name: String, value: T): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  72. def setScalarParam[T](p: ServiceParam[T], value: T): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  73. def setSubscriptionKey(v: String): AddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  74. def setSubscriptionKeyCol(v: String): AddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  75. def setSuppressMaxRetriesExceededException(value: Boolean): AddressGeocoder.this.type

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

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

    Definition Classes
    HasURL
  78. def setVectorParam(name: String, value: String): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  79. def setVectorParam[T](p: ServiceParam[T], value: String): AddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  80. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  81. val suppressMaxRetriesExceededException: BooleanParam
    Definition Classes
    HasAsyncReply
  82. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  83. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  84. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  85. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  86. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  87. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  88. val uid: String
    Definition Classes
    AddressGeocoderCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  89. val url: Param[String]
    Definition Classes
    HasURL
  90. val ver: String
    Definition Classes
    BasicLogging
  91. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable