Synapseml
0.10.0
|
CheckPointInPolygon implements CheckPointInPolygon More...
Public Member Functions | |
CheckPointInPolygon () | |
Creates a CheckPointInPolygon without any parameters. More... | |
CheckPointInPolygon (string uid) | |
Creates a CheckPointInPolygon with a UID that is used to give the CheckPointInPolygon a unique ID. More... | |
CheckPointInPolygon | SetConcurrency (int value) |
Sets value for concurrency More... | |
CheckPointInPolygon | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
CheckPointInPolygon | SetErrorCol (string value) |
Sets value for errorCol More... | |
CheckPointInPolygon | SetHandler (object value) |
Sets value for handler More... | |
CheckPointInPolygon | SetLatitude (double[] value) |
Sets value for latitude More... | |
CheckPointInPolygon | SetLatitudeCol (string value) |
Sets value for latitude column More... | |
CheckPointInPolygon | SetLongitude (double[] value) |
Sets value for longitude More... | |
CheckPointInPolygon | SetLongitudeCol (string value) |
Sets value for longitude column More... | |
CheckPointInPolygon | SetOutputCol (string value) |
Sets value for outputCol More... | |
CheckPointInPolygon | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
CheckPointInPolygon | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
CheckPointInPolygon | SetTimeout (double value) |
Sets value for timeout More... | |
CheckPointInPolygon | SetUrl (string value) |
Sets value for url More... | |
CheckPointInPolygon | SetUserDataIdentifier (string value) |
Sets value for userDataIdentifier More... | |
CheckPointInPolygon | SetUserDataIdentifierCol (string value) |
Sets value for userDataIdentifier column More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
double [] | GetLatitude () |
Gets latitude value More... | |
double [] | GetLongitude () |
Gets longitude value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
double | GetTimeout () |
Gets timeout value More... | |
string | GetUrl () |
Gets url value More... | |
string | GetUserDataIdentifier () |
Gets userDataIdentifier 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< CheckPointInPolygon > | Read () |
Get the corresponding JavaMLReader instance. More... | |
Static Public Member Functions | |
static CheckPointInPolygon | Load (string path) |
Loads the CheckPointInPolygon that was previously saved using Save(string). More... | |
CheckPointInPolygon implements CheckPointInPolygon
|
inline |
Creates a CheckPointInPolygon without any parameters.
|
inline |
Creates a CheckPointInPolygon with a UID that is used to give the CheckPointInPolygon a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Geospatial.CheckPointInPolygon.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Geospatial.CheckPointInPolygon.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Geospatial.CheckPointInPolygon.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Geospatial.CheckPointInPolygon.GetHandler | ( | ) |
Gets handler value
double [] Synapse.ML.Geospatial.CheckPointInPolygon.GetLatitude | ( | ) |
Gets latitude value
double [] Synapse.ML.Geospatial.CheckPointInPolygon.GetLongitude | ( | ) |
Gets longitude value
string Synapse.ML.Geospatial.CheckPointInPolygon.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Geospatial.CheckPointInPolygon.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Geospatial.CheckPointInPolygon.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Geospatial.CheckPointInPolygon.GetUrl | ( | ) |
Gets url value
string Synapse.ML.Geospatial.CheckPointInPolygon.GetUserDataIdentifier | ( | ) |
Gets userDataIdentifier value
|
static |
Loads the CheckPointInPolygon that was previously saved using Save(string).
path | The path the previous CheckPointInPolygon was saved to |
JavaMLReader<CheckPointInPolygon> Synapse.ML.Geospatial.CheckPointInPolygon.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Geospatial.CheckPointInPolygon.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 |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLatitude | ( | double [] | value | ) |
Sets value for latitude
value | the latitude of location |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLatitudeCol | ( | string | value | ) |
Sets value for latitude column
value | the latitude of location |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLongitude | ( | double [] | value | ) |
Sets value for longitude
value | the longitude of location |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetLongitudeCol | ( | string | value | ) |
Sets value for longitude column
value | the longitude of location |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUrl | ( | string | value | ) |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUserDataIdentifier | ( | string | value | ) |
Sets value for userDataIdentifier
value | the identifier for the user uploaded data |
CheckPointInPolygon Synapse.ML.Geospatial.CheckPointInPolygon.SetUserDataIdentifierCol | ( | string | value | ) |
Sets value for userDataIdentifier column
value | the identifier for the user uploaded data |