Synapseml
0.10.0
|
Public Member Functions | |
PII () | |
Creates a PII without any parameters. More... | |
PII (string uid) | |
Creates a PII with a UID that is used to give the PII a unique ID. More... | |
PII | SetConcurrency (int value) |
Sets value for concurrency More... | |
PII | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
PII | SetDomain (string value) |
Sets value for domain More... | |
PII | SetDomainCol (string value) |
Sets value for domain column More... | |
PII | SetErrorCol (string value) |
Sets value for errorCol More... | |
PII | SetHandler (object value) |
Sets value for handler More... | |
PII | SetLanguage (string[] value) |
Sets value for language More... | |
PII | SetLanguageCol (string value) |
Sets value for language column More... | |
PII | SetModelVersion (string value) |
Sets value for modelVersion More... | |
PII | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
PII | SetOutputCol (string value) |
Sets value for outputCol More... | |
PII | SetPiiCategories (string[] value) |
Sets value for piiCategories More... | |
PII | SetPiiCategoriesCol (string value) |
Sets value for piiCategories column More... | |
PII | SetShowStats (bool value) |
Sets value for showStats More... | |
PII | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
PII | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
PII | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
PII | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
PII | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
PII | SetText (string[] value) |
Sets value for text More... | |
PII | SetTextCol (string value) |
Sets value for text column More... | |
PII | SetTimeout (double value) |
Sets value for timeout More... | |
PII | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string | GetDomain () |
Gets domain value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
string [] | GetLanguage () |
Gets language value More... | |
string | GetModelVersion () |
Gets modelVersion value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string [] | GetPiiCategories () |
Gets piiCategories value More... | |
bool | GetShowStats () |
Gets showStats value More... | |
string | GetStringIndexType () |
Gets stringIndexType 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< PII > | Read () |
Get the corresponding JavaMLReader instance. More... | |
PII | SetLocation (string value) |
Sets value for location More... | |
PII | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static PII | Load (string path) |
Loads the PII that was previously saved using Save(string). More... | |
|
inline |
Creates a PII without any parameters.
|
inline |
int Synapse.ML.Cognitive.PII.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.PII.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.PII.GetDomain | ( | ) |
Gets domain value
string Synapse.ML.Cognitive.PII.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.PII.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Cognitive.PII.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Cognitive.PII.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Cognitive.PII.GetOutputCol | ( | ) |
Gets outputCol value
string [] Synapse.ML.Cognitive.PII.GetPiiCategories | ( | ) |
Gets piiCategories value
bool Synapse.ML.Cognitive.PII.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Cognitive.PII.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Cognitive.PII.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Cognitive.PII.GetText | ( | ) |
Gets text value
double Synapse.ML.Cognitive.PII.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.PII.GetUrl | ( | ) |
Gets url value
|
static |
Loads the PII that was previously saved using Save(string).
path | The path the previous PII was saved to |
JavaMLReader<PII> Synapse.ML.Cognitive.PII.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.PII.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 |
PII Synapse.ML.Cognitive.PII.SetConcurrency | ( | int | value | ) |
PII Synapse.ML.Cognitive.PII.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
PII Synapse.ML.Cognitive.PII.SetDomain | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetDomainCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetErrorCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
PII Synapse.ML.Cognitive.PII.SetLanguage | ( | string [] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
PII Synapse.ML.Cognitive.PII.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
PII Synapse.ML.Cognitive.PII.SetLinkedService | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetLocation | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetModelVersion | ( | string | value | ) |
Sets value for modelVersion
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
PII Synapse.ML.Cognitive.PII.SetModelVersionCol | ( | string | value | ) |
Sets value for modelVersion column
value | This value indicates which model will be used for scoring. If a model-version is not specified, the API should default to the latest, non-preview version. |
PII Synapse.ML.Cognitive.PII.SetOutputCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetPiiCategories | ( | string [] | value | ) |
PII Synapse.ML.Cognitive.PII.SetPiiCategoriesCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | if set to true, response will contain input and document level statistics. |
PII Synapse.ML.Cognitive.PII.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | if set to true, response will contain input and document level statistics. |
PII Synapse.ML.Cognitive.PII.SetStringIndexType | ( | string | value | ) |
Sets value for stringIndexType
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
PII Synapse.ML.Cognitive.PII.SetStringIndexTypeCol | ( | string | value | ) |
Sets value for stringIndexType column
value | Specifies the method used to interpret string offsets. Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information see https://aka.ms/text-analytics-offsets |
PII Synapse.ML.Cognitive.PII.SetSubscriptionKey | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetSubscriptionKeyCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetText | ( | string [] | value | ) |
PII Synapse.ML.Cognitive.PII.SetTextCol | ( | string | value | ) |
PII Synapse.ML.Cognitive.PII.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
PII Synapse.ML.Cognitive.PII.SetUrl | ( | string | value | ) |