Public Member Functions | |
NER () | |
Creates a NER without any parameters. More... | |
NER (string uid) | |
Creates a NER with a UID that is used to give the NER a unique ID. More... | |
NER | SetAADToken (string value) |
Sets value for AADToken More... | |
NER | SetAADTokenCol (string value) |
Sets value for AADToken column More... | |
NER | SetCustomAuthHeader (string value) |
Sets value for CustomAuthHeader More... | |
NER | SetCustomAuthHeaderCol (string value) |
Sets value for CustomAuthHeader column More... | |
NER | SetBatchSize (int value) |
Sets value for batchSize More... | |
NER | SetConcurrency (int value) |
Sets value for concurrency More... | |
NER | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
NER | SetDisableServiceLogs (bool value) |
Sets value for disableServiceLogs More... | |
NER | SetDisableServiceLogsCol (string value) |
Sets value for disableServiceLogs column More... | |
NER | SetErrorCol (string value) |
Sets value for errorCol More... | |
NER | SetHandler (object value) |
Sets value for handler More... | |
NER | SetLanguage (string[] value) |
Sets value for language More... | |
NER | SetLanguageCol (string value) |
Sets value for language column More... | |
NER | SetModelVersion (string value) |
Sets value for modelVersion More... | |
NER | SetModelVersionCol (string value) |
Sets value for modelVersion column More... | |
NER | SetOutputCol (string value) |
Sets value for outputCol More... | |
NER | SetShowStats (bool value) |
Sets value for showStats More... | |
NER | SetShowStatsCol (string value) |
Sets value for showStats column More... | |
NER | SetStringIndexType (string value) |
Sets value for stringIndexType More... | |
NER | SetStringIndexTypeCol (string value) |
Sets value for stringIndexType column More... | |
NER | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
NER | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
NER | SetText (string[] value) |
Sets value for text More... | |
NER | SetTextCol (string value) |
Sets value for text column More... | |
NER | SetTimeout (double value) |
Sets value for timeout More... | |
NER | 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 | 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... | |
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< NER > | Read () |
Get the corresponding JavaMLReader instance. More... | |
NER | SetCustomServiceName (string value) |
Sets value for service name More... | |
NER | SetEndpoint (string value) |
Sets value for endpoint More... | |
NER | SetLocation (string value) |
Sets value for location More... | |
NER | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static NER | Load (string path) |
Loads the NER that was previously saved using Save(string). More... | |
|
inline |
Creates a NER without any parameters.
|
inline |
string Synapse.ML.Services.Text.NER.GetAADToken | ( | ) |
Gets AADToken value
int Synapse.ML.Services.Text.NER.GetBatchSize | ( | ) |
Gets batchSize value
int Synapse.ML.Services.Text.NER.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Services.Text.NER.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Services.Text.NER.GetCustomAuthHeader | ( | ) |
Gets CustomAuthHeader value
bool Synapse.ML.Services.Text.NER.GetDisableServiceLogs | ( | ) |
Gets disableServiceLogs value
string Synapse.ML.Services.Text.NER.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Services.Text.NER.GetHandler | ( | ) |
Gets handler value
string [] Synapse.ML.Services.Text.NER.GetLanguage | ( | ) |
Gets language value
string Synapse.ML.Services.Text.NER.GetModelVersion | ( | ) |
Gets modelVersion value
string Synapse.ML.Services.Text.NER.GetOutputCol | ( | ) |
Gets outputCol value
bool Synapse.ML.Services.Text.NER.GetShowStats | ( | ) |
Gets showStats value
string Synapse.ML.Services.Text.NER.GetStringIndexType | ( | ) |
Gets stringIndexType value
string Synapse.ML.Services.Text.NER.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
string [] Synapse.ML.Services.Text.NER.GetText | ( | ) |
Gets text value
double Synapse.ML.Services.Text.NER.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Services.Text.NER.GetUrl | ( | ) |
Gets url value
|
static |
Loads the NER that was previously saved using Save(string).
path | The path the previous NER was saved to |
JavaMLReader<NER> Synapse.ML.Services.Text.NER.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Services.Text.NER.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 |
NER Synapse.ML.Services.Text.NER.SetAADToken | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetAADTokenCol | ( | string | value | ) |
Sets value for AADToken column
value | AAD Token used for authentication |
NER Synapse.ML.Services.Text.NER.SetBatchSize | ( | int | value | ) |
NER Synapse.ML.Services.Text.NER.SetConcurrency | ( | int | value | ) |
NER Synapse.ML.Services.Text.NER.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
NER Synapse.ML.Services.Text.NER.SetCustomAuthHeader | ( | string | value | ) |
Sets value for CustomAuthHeader
value | A Custom Value for Authorization Header |
NER Synapse.ML.Services.Text.NER.SetCustomAuthHeaderCol | ( | string | value | ) |
Sets value for CustomAuthHeader column
value | A Custom Value for Authorization Header |
NER Synapse.ML.Services.Text.NER.SetCustomServiceName | ( | string | value | ) |
Sets value for service name
value | Service name of the cognitive service if it's custom domain |
NER Synapse.ML.Services.Text.NER.SetDisableServiceLogs | ( | bool | value | ) |
NER Synapse.ML.Services.Text.NER.SetDisableServiceLogsCol | ( | string | value | ) |
Sets value for disableServiceLogs column
value | disableServiceLogs option |
NER Synapse.ML.Services.Text.NER.SetEndpoint | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetErrorCol | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
NER Synapse.ML.Services.Text.NER.SetLanguage | ( | string[] | value | ) |
Sets value for language
value | the language code of the text (optional for some services) |
NER Synapse.ML.Services.Text.NER.SetLanguageCol | ( | string | value | ) |
Sets value for language column
value | the language code of the text (optional for some services) |
NER Synapse.ML.Services.Text.NER.SetLinkedService | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetLocation | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetModelVersion | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetModelVersionCol | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetOutputCol | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetShowStats | ( | bool | value | ) |
Sets value for showStats
value | Whether to include detailed statistics in the response |
NER Synapse.ML.Services.Text.NER.SetShowStatsCol | ( | string | value | ) |
Sets value for showStats column
value | Whether to include detailed statistics in the response |
NER Synapse.ML.Services.Text.NER.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 |
NER Synapse.ML.Services.Text.NER.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 |
NER Synapse.ML.Services.Text.NER.SetSubscriptionKey | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetSubscriptionKeyCol | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetText | ( | string[] | value | ) |
NER Synapse.ML.Services.Text.NER.SetTextCol | ( | string | value | ) |
NER Synapse.ML.Services.Text.NER.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
NER Synapse.ML.Services.Text.NER.SetUrl | ( | string | value | ) |