Synapseml
0.10.0
|
PIISDK implements PIISDK More...
Public Member Functions | |
PIISDK () | |
Creates a PIISDK without any parameters. More... | |
PIISDK (string uid) | |
Creates a PIISDK with a UID that is used to give the PIISDK a unique ID. More... | |
PIISDK | SetBatchSize (int value) |
Sets value for batchSize More... | |
PIISDK | SetConcurrency (int value) |
Sets value for concurrency More... | |
PIISDK | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
PIISDK | SetDisableServiceLogs (bool value) |
Sets value for disableServiceLogs More... | |
PIISDK | SetDisableServiceLogsCol (string value) |
Sets value for disableServiceLogs column More... | |
PIISDK | SetErrorCol (string value) |
Sets value for errorCol More... | |
PIISDK | SetIncludeStatistics (bool value) |
Sets value for includeStatistics More... | |
PIISDK | SetIncludeStatisticsCol (string value) |
Sets value for includeStatistics column More... | |
PIISDK | SetLanguage (string[] value) |
Sets value for language More... | |
PIISDK | SetLanguageCol (string value) |
Sets value for language column More... | |
PIISDK | SetModelVersion (string value) |
Sets value for modelVersion More... | |
PIISDK | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
PIISDK | SetOutputCol (string value) |
Sets value for outputCol More... | |
PIISDK | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
PIISDK | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
PIISDK | SetText (string[] value) |
Sets value for text More... | |
PIISDK | SetTextCol (string value) |
Sets value for text column More... | |
PIISDK | SetTimeout (double value) |
Sets value for timeout More... | |
PIISDK | SetUrl (string value) |
Sets value for url More... | |
int | GetBatchSize () |
Gets batchSize value More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
bool | GetDisableServiceLogs () |
Gets disableServiceLogs value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
bool | GetIncludeStatistics () |
Gets includeStatistics value More... | |
string [] | GetLanguage () |
Gets language value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey value More... | |
string [] | GetText () |
Gets text 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< PIISDK > | Read () |
Get the corresponding JavaMLReader instance. More... | |
PIISDK | SetLocation (string value) |
Sets value for location More... | |
Static Public Member Functions | |
static PIISDK | Load (string path) |
Loads the PIISDK that was previously saved using Save(string). More... | |
|
inline |
Creates a PIISDK without any parameters.
|
inline |
int Synapse.ML.Cognitive.PIISDK.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Cognitive.PIISDK.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.PIISDK.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
bool Synapse.ML.Cognitive.PIISDK.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
string Synapse.ML.Cognitive.PIISDK.GetErrorCol | ( | ) |
Gets errorCol value
bool Synapse.ML.Cognitive.PIISDK.GetIncludeStatistics | ( | ) |
Gets includeStatistics value
string [] Synapse.ML.Cognitive.PIISDK.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.PIISDK.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.PIISDK.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.PIISDK.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Cognitive.PIISDK.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.PIISDK.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.PIISDK.GetUrl | ( | ) |
Gets url value
|
static |
Loads the PIISDK that was previously saved using Save(string).
path | The path the previous PIISDK was saved to |
JavaMLReader<PIISDK> Synapse.ML.Cognitive.PIISDK.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.PIISDK.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 |
PIISDK Synapse.ML.Cognitive.PIISDK.SetBatchSize | ( | int | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetConcurrency | ( | int | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
PIISDK Synapse.ML.Cognitive.PIISDK.SetDisableServiceLogs | ( | bool | value | ) |
Sets value for disableServiceLogs
value | disableServiceLogs option |
PIISDK Synapse.ML.Cognitive.PIISDK.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
value | disableServiceLogs option |
PIISDK Synapse.ML.Cognitive.PIISDK.SetErrorCol | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetIncludeStatistics | ( | bool | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetIncludeStatisticsCol | ( | string | value | ) |
Sets value for includeStatistics column
value | includeStatistics option |
PIISDK Synapse.ML.Cognitive.PIISDK.SetLanguage | ( | string [] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetLocation | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetModelVersion | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetModelVersionCol | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetOutputCol | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetSubscriptionKey | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetSubscriptionKeyCol | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetText | ( | string [] | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetTextCol | ( | string | value | ) |
PIISDK Synapse.ML.Cognitive.PIISDK.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
PIISDK Synapse.ML.Cognitive.PIISDK.SetUrl | ( | string | value | ) |