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