|
Synapseml
1.0.4
|
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 | SetAADToken (string value) |
| Sets value for AADToken More... | |
| ReverseAddressGeocoder | SetAADTokenCol (string value) |
| Sets value for AADToken column 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 | SetSuppressMaxRetriesException (bool value) |
| Sets value for suppressMaxRetriesException More... | |
| ReverseAddressGeocoder | SetTimeout (double value) |
| Sets value for timeout More... | |
| ReverseAddressGeocoder | SetUrl (string value) |
| Sets value for url More... | |
| string | GetAADToken () |
| Gets AADToken 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... | |
| 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 | GetSuppressMaxRetriesException () |
| Gets suppressMaxRetriesException 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... | |
| ReverseAddressGeocoder | SetCustomServiceName (string value) |
| Sets value for service name More... | |
| ReverseAddressGeocoder | SetEndpoint (string value) |
| Sets value for endpoint 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. |
| string Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetAADToken | ( | ) |
Gets AADToken value
| int [] Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetBackoffs | ( | ) |
Gets backoffs value
| int Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetConcurrency | ( | ) |
Gets concurrency value
| double Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
| string Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetErrorCol | ( | ) |
Gets errorCol value
| int Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetInitialPollingDelay | ( | ) |
Gets initialPollingDelay value
| double [] Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetLatitude | ( | ) |
Gets latitude value
| double [] Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetLongitude | ( | ) |
Gets longitude value
| int Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetMaxPollingRetries | ( | ) |
Gets maxPollingRetries value
| string Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetOutputCol | ( | ) |
Gets outputCol value
| int Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetPollingDelay | ( | ) |
Gets pollingDelay value
| string Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
| bool Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetSuppressMaxRetriesException | ( | ) |
Gets suppressMaxRetriesException value
| double Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.GetTimeout | ( | ) |
Gets timeout value
| string Synapse.ML.Services.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.Services.Geospatial.ReverseAddressGeocoder.Read | ( | ) |
Get the corresponding JavaMLReader instance.
| void Synapse.ML.Services.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.Services.Geospatial.ReverseAddressGeocoder.SetAADToken | ( | string | value | ) |
Sets value for AADToken
| value | AAD Token used for authentication |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
| value | AAD Token used for authentication |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetBackoffs | ( | int[] | value | ) |
Sets value for backoffs
| value | array of backoffs to use in the handler |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
| value | max number of concurrent calls |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
| value | max number seconds to wait on futures if concurrency >= 1 |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
| value | Service name of the cognitive service if it's custom domain |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetEndpoint | ( | string | value | ) |
Sets value for endpoint
| value | Endpoint of the cognitive service |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
| value | column to hold http errors |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetInitialPollingDelay | ( | int | value | ) |
Sets value for initialPollingDelay
| value | number of milliseconds to wait before first poll for result |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetLatitude | ( | double[] | value | ) |
Sets value for latitude
| value | the latitude of location |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetLatitudeCol | ( | string | value | ) |
Sets value for latitude column
| value | the latitude of location |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetLongitude | ( | double[] | value | ) |
Sets value for longitude
| value | the longitude of location |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetLongitudeCol | ( | string | value | ) |
Sets value for longitude column
| value | the longitude of location |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetMaxPollingRetries | ( | int | value | ) |
Sets value for maxPollingRetries
| value | number of times to poll |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
| value | The name of the output column |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetPollingDelay | ( | int | value | ) |
Sets value for pollingDelay
| value | number of milliseconds to wait between polling |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
| value | the API key to use |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
| value | the API key to use |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetSuppressMaxRetriesException | ( | bool | value | ) |
Sets value for suppressMaxRetriesException
| value | set true to suppress the maxumimum retries exception and report in the error column |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetTimeout | ( | double | value | ) |
Sets value for timeout
| value | number of seconds to wait before closing the connection |
| ReverseAddressGeocoder Synapse.ML.Services.Geospatial.ReverseAddressGeocoder.SetUrl | ( | string | value | ) |
1.8.17