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 | SetAADToken (string value) |
Sets value for AADToken More... | |
PII | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
PII | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
PII | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
PII | SetBatchSize (int value) |
Sets value for batchSize More... | |
PII | SetConcurrency (int value) |
Sets value for concurrency More... | |
PII | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
PII | SetDisableServiceLogs (bool value) |
Sets value for disableServiceLogs More... | |
PII | SetDisableServiceLogsCol (string value) |
Sets value for disableServiceLogs column 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... | |
string | GetAADToken () |
Gets AADToken value More... | |
string | GetCustomAuthHeader () |
Gets CustomAuthHeader value 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 | 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 | SetCustomServiceName (string value) |
Sets value for service name More... | |
PII | SetEndpoint (string value) |
Sets value for endpoint 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 |
string Synapse.ML.Services.Text.PII.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Text.PII.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Services.Text.PII.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Text.PII.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Text.PII.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
bool Synapse.ML.Services.Text.PII.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
string Synapse.ML.Services.Text.PII.GetDomain | ( | ) |
Gets domain value
string Synapse.ML.Services.Text.PII.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Services.Text.PII.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Services.Text.PII.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Services.Text.PII.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Services.Text.PII.GetOutputCol | ( | ) |
Gets outputCol value
string [] Synapse.ML.Services.Text.PII.GetPiiCategories | ( | ) |
Gets piiCategories value
bool Synapse.ML.Services.Text.PII.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Services.Text.PII.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Services.Text.PII.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Services.Text.PII.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Text.PII.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Text.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.Services.Text.PII.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Text.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.Services.Text.PII.SetAADToken | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
PII Synapse.ML.Services.Text.PII.SetBatchSize | ( | int | value | ) |
PII Synapse.ML.Services.Text.PII.SetConcurrency | ( | int | value | ) |
PII Synapse.ML.Services.Text.PII.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
PII Synapse.ML.Services.Text.PII.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
PII Synapse.ML.Services.Text.PII.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
PII Synapse.ML.Services.Text.PII.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
PII Synapse.ML.Services.Text.PII.SetDisableServiceLogs | ( | bool | value | ) |
PII Synapse.ML.Services.Text.PII.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
value | disableServiceLogs option |
PII Synapse.ML.Services.Text.PII.SetDomain | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetDomainCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetEndpoint | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetErrorCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
PII Synapse.ML.Services.Text.PII.SetLanguage | ( | string[] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
PII Synapse.ML.Services.Text.PII.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
PII Synapse.ML.Services.Text.PII.SetLinkedService | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetLocation | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetModelVersion | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetModelVersionCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetOutputCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetPiiCategories | ( | string[] | value | ) |
PII Synapse.ML.Services.Text.PII.SetPiiCategoriesCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | Whether to include detailed statistics in the response |
PII Synapse.ML.Services.Text.PII.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | Whether to include detailed statistics in the response |
PII Synapse.ML.Services.Text.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.Services.Text.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.Services.Text.PII.SetSubscriptionKey | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetSubscriptionKeyCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetText | ( | string[] | value | ) |
PII Synapse.ML.Services.Text.PII.SetTextCol | ( | string | value | ) |
PII Synapse.ML.Services.Text.PII.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
PII Synapse.ML.Services.Text.PII.SetUrl | ( | string | value | ) |