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. 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 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. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  7. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  8. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  9. def explainParams(): String
    Definition Classes
    Params
  10. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  11. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  12. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  13. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  14. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  15. def getConcurrentTimeout: Double

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

    Definition Classes
    HasAsyncReply
  19. def getLatitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  20. def getLatitudeCol: String
    Definition Classes
    HasLatLonPairInput
  21. def getLongitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  22. def getLongitudeCol: String
    Definition Classes
    HasLatLonPairInput
  23. def getMaxPollingRetries: Int

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

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

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

    Definition Classes
    HasAsyncReply
  34. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  35. def getUrl: String

    Definition Classes
    HasURL
  36. def getVectorParam(name: String): String
    Definition Classes
    HasServiceParams
  37. def getVectorParam(p: ServiceParam[_]): String
    Definition Classes
    HasServiceParams
  38. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  39. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  40. val initialPollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  41. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  42. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  43. val latitude: ServiceParam[Seq[Double]]
    Definition Classes
    HasLatLonPairInput
  44. def logClass(): Unit
    Definition Classes
    BasicLogging
  45. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  46. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  47. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  48. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  49. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  50. val longitude: ServiceParam[Seq[Double]]
    Definition Classes
    HasLatLonPairInput
  51. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  52. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  53. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  54. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  55. val outputCol: Param[String]

    The name of the output column

    The name of the output column

    Definition Classes
    HasOutputCol
  56. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  57. val pollingDelay: IntParam
    Definition Classes
    HasAsyncReply
  58. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  59. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  60. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  61. final def set[T](param: Param[T], value: T): ReverseAddressGeocoder.this.type
    Definition Classes
    Params
  62. def setBackoffs(value: Array[Int]): ReverseAddressGeocoder.this.type

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

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

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

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

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

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

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

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

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

    Definition Classes
    HasURL
  84. def setVectorParam(name: String, value: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  85. def setVectorParam[T](p: ServiceParam[T], value: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  86. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  87. val suppressMaxRetriesExceededException: 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
    ReverseAddressGeocoderCognitiveServicesBaseNoHandlerBasicLogging → Identifiable
  95. val url: Param[String]
    Definition Classes
    HasURL
  96. val ver: String
    Definition Classes
    BasicLogging
  97. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable