|
Synapseml
0.10.0
|
AddressGeocoder implements AddressGeocoder More...


Public Member Functions | |
| AddressGeocoder () | |
| Creates a AddressGeocoder without any parameters. More... | |
| AddressGeocoder (string uid) | |
| Creates a AddressGeocoder with a UID that is used to give the AddressGeocoder a unique ID. More... | |
| AddressGeocoder | SetAddress (string[] value) |
| Sets value for address More... | |
| AddressGeocoder | SetAddressCol (string value) |
| Sets value for address column More... | |
| AddressGeocoder | SetBackoffs (int[] value) |
| Sets value for backoffs More... | |
| AddressGeocoder | SetConcurrency (int value) |
| Sets value for concurrency More... | |
| AddressGeocoder | SetConcurrentTimeout (double value) |
| Sets value for concurrentTimeout More... | |
| AddressGeocoder | SetErrorCol (string value) |
| Sets value for errorCol More... | |
| AddressGeocoder | SetInitialPollingDelay (int value) |
| Sets value for initialPollingDelay More... | |
| AddressGeocoder | SetMaxPollingRetries (int value) |
| Sets value for maxPollingRetries More... | |
| AddressGeocoder | SetOutputCol (string value) |
| Sets value for outputCol More... | |
| AddressGeocoder | SetPollingDelay (int value) |
| Sets value for pollingDelay More... | |
| AddressGeocoder | SetSubscriptionKey (string value) |
| Sets value for subscriptionKey More... | |
| AddressGeocoder | SetSubscriptionKeyCol (string value) |
| Sets value for subscriptionKey column More... | |
| AddressGeocoder | SetSuppressMaxRetriesExceededException (bool value) |
| Sets value for suppressMaxRetriesExceededException More... | |
| AddressGeocoder | SetTimeout (double value) |
| Sets value for timeout More... | |
| AddressGeocoder | SetUrl (string value) |
| Sets value for url More... | |
| string [] | GetAddress () |
| Gets address value More... | |
| int [] | GetBackoffs () |
| Gets backoffs value More... | |
| int | GetConcurrency () |
| Gets concurrency value More... | |
| double | GetConcurrentTimeout () |
| Gets concurrentTimeout value More... | |
| string | GetErrorCol () |
| Gets errorCol value More... | |
| int | GetInitialPollingDelay () |
| Gets initialPollingDelay value More... | |
| int | GetMaxPollingRetries () |
| Gets maxPollingRetries value More... | |
| string | GetOutputCol () |
| Gets outputCol value More... | |
| int | GetPollingDelay () |
| Gets pollingDelay value More... | |
| string | GetSubscriptionKey () |
| Gets subscriptionKey value More... | |
| bool | GetSuppressMaxRetriesExceededException () |
| Gets suppressMaxRetriesExceededException value More... | |
| double | GetTimeout () |
| Gets timeout value More... | |
| string | GetUrl () |
| Gets url value More... | |
| void | Save (string path) |
| Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More... | |
| JavaMLWriter | Write () |
| |
| JavaMLReader< AddressGeocoder > | Read () |
| Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
| static AddressGeocoder | Load (string path) |
| Loads the AddressGeocoder that was previously saved using Save(string). More... | |
AddressGeocoder implements AddressGeocoder
|
inline |
Creates a AddressGeocoder without any parameters.
|
inline |
Creates a AddressGeocoder with a UID that is used to give the AddressGeocoder a unique ID.
| uid | An immutable unique ID for the object and its derivatives. |
| string [] Synapse.ML.Geospatial.AddressGeocoder.GetAddress | ( | ) |
Gets address value
| int [] Synapse.ML.Geospatial.AddressGeocoder.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Geospatial.AddressGeocoder.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Geospatial.AddressGeocoder.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Geospatial.AddressGeocoder.GetErrorCol | ( | ) |
Gets errorCol value
| int Synapse.ML.Geospatial.AddressGeocoder.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| int Synapse.ML.Geospatial.AddressGeocoder.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Geospatial.AddressGeocoder.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Geospatial.AddressGeocoder.GetPollingDelay | ( | ) |
Gets pollingDelay value
| string Synapse.ML.Geospatial.AddressGeocoder.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Geospatial.AddressGeocoder.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
| double Synapse.ML.Geospatial.AddressGeocoder.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Geospatial.AddressGeocoder.GetUrl | ( | ) |
Gets url value
|
static |
Loads the AddressGeocoder that was previously saved using Save(string).
| path | The path the previous AddressGeocoder was saved to |
| JavaMLReader<AddressGeocoder> Synapse.ML.Geospatial.AddressGeocoder.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Geospatial.AddressGeocoder.Save | ( | string | path | ) |
Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.
| path | The path to save the object to |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetAddress | ( | string [] | value | ) |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetAddressCol | ( | string | value | ) |
Sets value for address column
| value | the address to geocode |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetSubscriptionKey | ( | string | value | ) |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| AddressGeocoder Synapse.ML.Geospatial.AddressGeocoder.SetUrl | ( | string | value | ) |
1.8.13