Synapseml
0.10.0
|
ReverseAddressGeocoder implements ReverseAddressGeocoder More...
Public Member Functions | |
ReverseAddressGeocoder () | |
Creates a ReverseAddressGeocoder without any parameters. More... | |
ReverseAddressGeocoder (string uid) | |
Creates a ReverseAddressGeocoder with a UID that is used to give the ReverseAddressGeocoder a unique ID. More... | |
ReverseAddressGeocoder | SetBackoffs (int[] value) |
Sets value for backoffs More... | |
ReverseAddressGeocoder | SetConcurrency (int value) |
Sets value for concurrency More... | |
ReverseAddressGeocoder | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
ReverseAddressGeocoder | SetErrorCol (string value) |
Sets value for errorCol More... | |
ReverseAddressGeocoder | SetInitialPollingDelay (int value) |
Sets value for initialPollingDelay More... | |
ReverseAddressGeocoder | SetLatitude (double[] value) |
Sets value for latitude More... | |
ReverseAddressGeocoder | SetLatitudeCol (string value) |
Sets value for latitude column More... | |
ReverseAddressGeocoder | SetLongitude (double[] value) |
Sets value for longitude More... | |
ReverseAddressGeocoder | SetLongitudeCol (string value) |
Sets value for longitude column More... | |
ReverseAddressGeocoder | SetMaxPollingRetries (int value) |
Sets value for maxPollingRetries More... | |
ReverseAddressGeocoder | SetOutputCol (string value) |
Sets value for outputCol More... | |
ReverseAddressGeocoder | SetPollingDelay (int value) |
Sets value for pollingDelay More... | |
ReverseAddressGeocoder | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
ReverseAddressGeocoder | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
ReverseAddressGeocoder | SetSuppressMaxRetriesExceededException (bool value) |
Sets value for suppressMaxRetriesExceededException More... | |
ReverseAddressGeocoder | SetTimeout (double value) |
Sets value for timeout More... | |
ReverseAddressGeocoder | SetUrl (string value) |
Sets value for url 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... | |
double [] | GetLatitude () |
Gets latitude value More... | |
double [] | GetLongitude () |
Gets longitude 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< ReverseAddressGeocoder > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static ReverseAddressGeocoder | Load (string path) |
Loads the ReverseAddressGeocoder that was previously saved using Save(string). More... | |
ReverseAddressGeocoder implements ReverseAddressGeocoder
|
inline |
Creates a ReverseAddressGeocoder without any parameters.
|
inline |
Creates a ReverseAddressGeocoder with a UID that is used to give the ReverseAddressGeocoder a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int [] Synapse.ML.Geospatial.ReverseAddressGeocoder.GetBackoffs | ( | ) |
Gets backoffs value
int Synapse.ML.Geospatial.ReverseAddressGeocoder.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Geospatial.ReverseAddressGeocoder.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Geospatial.ReverseAddressGeocoder.GetErrorCol | ( | ) |
Gets errorCol value
int Synapse.ML.Geospatial.ReverseAddressGeocoder.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
double [] Synapse.ML.Geospatial.ReverseAddressGeocoder.GetLatitude | ( | ) |
Gets latitude value
double [] Synapse.ML.Geospatial.ReverseAddressGeocoder.GetLongitude | ( | ) |
Gets longitude value
int Synapse.ML.Geospatial.ReverseAddressGeocoder.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
string Synapse.ML.Geospatial.ReverseAddressGeocoder.GetOutputCol | ( | ) |
Gets outputCol value
int Synapse.ML.Geospatial.ReverseAddressGeocoder.GetPollingDelay | ( | ) |
Gets pollingDelay value
string Synapse.ML.Geospatial.ReverseAddressGeocoder.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
bool Synapse.ML.Geospatial.ReverseAddressGeocoder.GetSuppressMaxRetriesExceededException | ( | ) |
Gets suppressMaxRetriesExceededException value
double Synapse.ML.Geospatial.ReverseAddressGeocoder.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Geospatial.ReverseAddressGeocoder.GetUrl | ( | ) |
Gets url value
|
static |
Loads the ReverseAddressGeocoder that was previously saved using Save(string).
path | The path the previous ReverseAddressGeocoder was saved to |
JavaMLReader<ReverseAddressGeocoder> Synapse.ML.Geospatial.ReverseAddressGeocoder.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Geospatial.ReverseAddressGeocoder.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 |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetBackoffs | ( | int [] | value | ) |
Sets value for backoffs
value | array of backoffs to use in the handler |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
value | number of milliseconds to wait before first poll for result |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetLatitude | ( | double [] | value | ) |
Sets value for latitude
value | the latitude of location |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetLatitudeCol | ( | string | value | ) |
Sets value for latitude column
value | the latitude of location |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetLongitude | ( | double [] | value | ) |
Sets value for longitude
value | the longitude of location |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetLongitudeCol | ( | string | value | ) |
Sets value for longitude column
value | the longitude of location |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
value | number of times to poll |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
value | number of milliseconds to wait between polling |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetSuppressMaxRetriesExceededException | ( | bool | value | ) |
Sets value for suppressMaxRetriesExceededException
value | set true to suppress the maxumimum retries exception and report in the error column |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
ReverseAddressGeocoder Synapse.ML.Geospatial.ReverseAddressGeocoder.SetUrl | ( | string | value | ) |