class ReverseAddressGeocoder extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with MapsAsyncReply with BasicLogging with HasServiceParams with HasSubscriptionKey with HasURL with HasLatLonPairInput

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

Instance Constructors

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

Value Members

  1. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  2. final def clear(param: Param[_]): ReverseAddressGeocoder.this.type
    Definition Classes
    Params
  3. val concurrency: Param[Int]
    Definition Classes
    ConcurrencyParams
  4. val concurrentTimeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  5. def copy(extra: ParamMap): Transformer
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer → PipelineStage → Params
  6. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  7. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  8. def explainParams(): String
    Definition Classes
    Params
  9. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  10. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  11. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  12. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  13. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  14. def getConcurrentTimeout: Double

    Definition Classes
    ConcurrencyParams
  15. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  16. def getErrorCol: String
    Definition Classes
    HasErrorCol
  17. def getInitialPollingDelay: Int

    Definition Classes
    HasAsyncReply
  18. def getLatitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  19. def getLatitudeCol: String
    Definition Classes
    HasLatLonPairInput
  20. def getLongitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  21. def getLongitudeCol: String
    Definition Classes
    HasLatLonPairInput
  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 getPollingDelay: Int

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

    Definition Classes
    HasAsyncReply
  32. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  33. def getUrl: String

    Definition Classes
    HasURL
  34. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  35. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  36. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  37. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  38. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  39. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  40. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  41. val latitude: ServiceParam[Seq[Double]]
    Definition Classes
    HasLatLonPairInput
  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. val longitude: ServiceParam[Seq[Double]]
    Definition Classes
    HasLatLonPairInput
  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): ReverseAddressGeocoder.this.type
    Definition Classes
    Params
  59. def setBackoffs(value: Array[Int]): ReverseAddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  60. def setConcurrency(value: Int): ReverseAddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  61. def setConcurrentTimeout(value: Option[Double]): ReverseAddressGeocoder.this.type
    Definition Classes
    ConcurrencyParams
  62. def setConcurrentTimeout(value: Double): ReverseAddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  63. def setErrorCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasErrorCol
  64. def setInitialPollingDelay(value: Int): ReverseAddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  65. def setLatitude(v: Double): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  66. def setLatitude(v: Seq[Double]): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  67. def setLatitudeCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  68. def setLongitude(v: Double): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  69. def setLongitude(v: Seq[Double]): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  70. def setLongitudeCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  71. def setMaxPollingRetries(value: Int): ReverseAddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  72. def setOutputCol(value: String): ReverseAddressGeocoder.this.type

    Definition Classes
    HasOutputCol
  73. def setPollingDelay(value: Int): ReverseAddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  74. def setScalarParam[T](name: String, value: T): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  75. def setScalarParam[T](p: ServiceParam[T], value: T): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  76. def setSubscriptionKey(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  77. def setSubscriptionKeyCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  78. def setSuppressMaxRetriesExceededException(value: Boolean): ReverseAddressGeocoder.this.type

    Definition Classes
    HasAsyncReply
  79. def setTimeout(value: Double): ReverseAddressGeocoder.this.type

    Definition Classes
    ConcurrencyParams
  80. def setUrl(value: String): ReverseAddressGeocoder.this.type

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