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. 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 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. def dotnetAdditionalMethods: String
  9. val errorCol: Param[String]
    Definition Classes
    HasErrorCol
  10. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  11. def explainParams(): String
    Definition Classes
    Params
  12. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  13. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  14. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  15. def getAADToken: String
    Definition Classes
    HasAADToken
  16. def getAADTokenCol: String
    Definition Classes
    HasAADToken
  17. def getAddress: Seq[String]
    Definition Classes
    HasAddressInput
  18. def getAddressCol: String
    Definition Classes
    HasAddressInput
  19. def getBackoffs: Array[Int]

    Definition Classes
    HasAsyncReply
  20. def getConcurrency: Int

    Definition Classes
    ConcurrencyParams
  21. def getConcurrentTimeout: Double

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

    Definition Classes
    HasAsyncReply
  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(): Unit
    Definition Classes
    SynapseMLLogging
  46. def logFit[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  47. def logTrain[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  48. def logTransform[T](f: ⇒ T, columns: Int): T
    Definition Classes
    SynapseMLLogging
  49. def logVerb[T](verb: String, f: ⇒ T, columns: Int = -1): T
    Definition Classes
    SynapseMLLogging
  50. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  51. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  52. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  53. val maxPollingRetries: IntParam
    Definition Classes
    HasAsyncReply
  54. val outputCol: Param[String]

    The name of the output column

    The name of the output column

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

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

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

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

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

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

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

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

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

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

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