class ReverseAddressGeocoder extends CognitiveServicesBaseNoHandler with HasInternalJsonOutputParser with MapsAsyncReply with SynapseMLLogging 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. 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. DotnetWrappable
  21. RWrappable
  22. PythonWrappable
  23. BaseWrappable
  24. Transformer
  25. PipelineStage
  26. Logging
  27. Params
  28. Serializable
  29. Serializable
  30. Identifiable
  31. AnyRef
  32. 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 AADToken: ServiceParam[String]
    Definition Classes
    HasAADToken
  2. val backoffs: IntArrayParam
    Definition Classes
    HasAsyncReply
  3. final def clear(param: Param[_]): ReverseAddressGeocoder.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
  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 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 getInternalServiceType: String
    Definition Classes
    HasCustomCogServiceDomain
  23. def getLatitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  24. def getLatitudeCol: String
    Definition Classes
    HasLatLonPairInput
  25. def getLongitude: Seq[Double]
    Definition Classes
    HasLatLonPairInput
  26. def getLongitudeCol: String
    Definition Classes
    HasLatLonPairInput
  27. def getMaxPollingRetries: Int

    Definition Classes
    HasAsyncReply
  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 getPollingDelay: Int

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

    Definition Classes
    HasAsyncReply
  38. def getTimeout: Double

    Definition Classes
    ConcurrencyParams
  39. def getUrl: String

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

    The name of the output column

    The name of the output column

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

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

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

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

    Definition Classes
    HasAsyncReply
  76. def setLatitude(v: Double): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  77. def setLatitude(v: Seq[Double]): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  78. def setLatitudeCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  79. def setLongitude(v: Double): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  80. def setLongitude(v: Seq[Double]): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  81. def setLongitudeCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasLatLonPairInput
  82. def setMaxPollingRetries(value: Int): ReverseAddressGeocoder.this.type

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

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

    Definition Classes
    HasAsyncReply
  85. def setScalarParam[T](name: String, value: T): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  86. def setScalarParam[T](p: ServiceParam[T], value: T): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  87. def setSubscriptionKey(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  88. def setSubscriptionKeyCol(v: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasSubscriptionKey
  89. def setSuppressMaxRetriesException(value: Boolean): ReverseAddressGeocoder.this.type

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

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

    Definition Classes
    HasURL
  92. def setVectorParam(name: String, value: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  93. def setVectorParam[T](p: ServiceParam[T], value: String): ReverseAddressGeocoder.this.type
    Definition Classes
    HasServiceParams
  94. val subscriptionKey: ServiceParam[String]
    Definition Classes
    HasSubscriptionKey
  95. val suppressMaxRetriesException: BooleanParam
    Definition Classes
    HasAsyncReply
  96. val timeout: Param[Double]
    Definition Classes
    ConcurrencyParams
  97. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  98. def transform(dataset: Dataset[_]): DataFrame
    Definition Classes
    CognitiveServicesBaseNoHandler → Transformer
  99. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  100. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  101. def transformSchema(schema: StructType): StructType
    Definition Classes
    CognitiveServicesBaseNoHandler → PipelineStage
  102. val uid: String
    Definition Classes
    ReverseAddressGeocoderCognitiveServicesBaseNoHandlerSynapseMLLogging → Identifiable
  103. val url: Param[String]
    Definition Classes
    HasURL
  104. def urlPath: String
    Definition Classes
    ReverseAddressGeocoderHasUrlPath
  105. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable