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