Synapseml
0.10.0
|
RecognizeDomainSpecificContent implements RecognizeDomainSpecificContent More...
Public Member Functions | |
RecognizeDomainSpecificContent () | |
Creates a RecognizeDomainSpecificContent without any parameters. More... | |
RecognizeDomainSpecificContent (string uid) | |
Creates a RecognizeDomainSpecificContent with a UID that is used to give the RecognizeDomainSpecificContent a unique ID. More... | |
RecognizeDomainSpecificContent | SetConcurrency (int value) |
Sets value for concurrency More... | |
RecognizeDomainSpecificContent | SetConcurrentTimeout (double value) |
Sets value for concurrentTimeout More... | |
RecognizeDomainSpecificContent | SetErrorCol (string value) |
Sets value for errorCol More... | |
RecognizeDomainSpecificContent | SetHandler (object value) |
Sets value for handler More... | |
RecognizeDomainSpecificContent | SetImageBytes (byte[] value) |
Sets value for imageBytes More... | |
RecognizeDomainSpecificContent | SetImageBytesCol (string value) |
Sets value for imageBytes column More... | |
RecognizeDomainSpecificContent | SetImageUrl (string value) |
Sets value for imageUrl More... | |
RecognizeDomainSpecificContent | SetImageUrlCol (string value) |
Sets value for imageUrl column More... | |
RecognizeDomainSpecificContent | SetModel (string value) |
Sets value for model More... | |
RecognizeDomainSpecificContent | SetModelCol (string value) |
Sets value for model column More... | |
RecognizeDomainSpecificContent | SetOutputCol (string value) |
Sets value for outputCol More... | |
RecognizeDomainSpecificContent | SetSubscriptionKey (string value) |
Sets value for subscriptionKey More... | |
RecognizeDomainSpecificContent | SetSubscriptionKeyCol (string value) |
Sets value for subscriptionKey column More... | |
RecognizeDomainSpecificContent | SetTimeout (double value) |
Sets value for timeout More... | |
RecognizeDomainSpecificContent | SetUrl (string value) |
Sets value for url More... | |
int | GetConcurrency () |
Gets concurrency value More... | |
double | GetConcurrentTimeout () |
Gets concurrentTimeout value More... | |
string | GetErrorCol () |
Gets errorCol value More... | |
object | GetHandler () |
Gets handler value More... | |
byte [] | GetImageBytes () |
Gets imageBytes value More... | |
string | GetImageUrl () |
Gets imageUrl value More... | |
string | GetModel () |
Gets model value More... | |
string | GetOutputCol () |
Gets outputCol value More... | |
string | GetSubscriptionKey () |
Gets subscriptionKey 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< RecognizeDomainSpecificContent > | Read () |
Get the corresponding JavaMLReader instance. More... | |
RecognizeDomainSpecificContent | SetLocation (string value) |
Sets value for location More... | |
RecognizeDomainSpecificContent | SetLinkedService (string value) |
Sets value for linkedService More... | |
Static Public Member Functions | |
static RecognizeDomainSpecificContent | Load (string path) |
Loads the RecognizeDomainSpecificContent that was previously saved using Save(string). More... | |
|
inline |
Creates a RecognizeDomainSpecificContent without any parameters.
|
inline |
Creates a RecognizeDomainSpecificContent with a UID that is used to give the RecognizeDomainSpecificContent a unique ID.
uid | An immutable unique ID for the object and its derivatives. |
int Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetConcurrency | ( | ) |
Gets concurrency value
double Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetConcurrentTimeout | ( | ) |
Gets concurrentTimeout value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetErrorCol | ( | ) |
Gets errorCol value
object Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetHandler | ( | ) |
Gets handler value
byte [] Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetImageBytes | ( | ) |
Gets imageBytes value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetImageUrl | ( | ) |
Gets imageUrl value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetModel | ( | ) |
Gets model value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetOutputCol | ( | ) |
Gets outputCol value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetSubscriptionKey | ( | ) |
Gets subscriptionKey value
double Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetTimeout | ( | ) |
Gets timeout value
string Synapse.ML.Cognitive.RecognizeDomainSpecificContent.GetUrl | ( | ) |
Gets url value
|
static |
Loads the RecognizeDomainSpecificContent that was previously saved using Save(string).
path | The path the previous RecognizeDomainSpecificContent was saved to |
JavaMLReader<RecognizeDomainSpecificContent> Synapse.ML.Cognitive.RecognizeDomainSpecificContent.Read | ( | ) |
Get the corresponding JavaMLReader instance.
void Synapse.ML.Cognitive.RecognizeDomainSpecificContent.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 |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetConcurrency | ( | int | value | ) |
Sets value for concurrency
value | max number of concurrent calls |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetConcurrentTimeout | ( | double | value | ) |
Sets value for concurrentTimeout
value | max number seconds to wait on futures if concurrency >= 1 |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetErrorCol | ( | string | value | ) |
Sets value for errorCol
value | column to hold http errors |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetHandler | ( | object | value | ) |
Sets value for handler
value | Which strategy to use when handling requests |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageBytes | ( | byte [] | value | ) |
Sets value for imageBytes
value | bytestream of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageBytesCol | ( | string | value | ) |
Sets value for imageBytes column
value | bytestream of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageUrl | ( | string | value | ) |
Sets value for imageUrl
value | the url of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetImageUrlCol | ( | string | value | ) |
Sets value for imageUrl column
value | the url of the image to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetLinkedService | ( | string | value | ) |
Sets value for linkedService
value | linkedService name |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetLocation | ( | string | value | ) |
Sets value for location
value | Location of the cognitive service |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetModel | ( | string | value | ) |
Sets value for model
value | the domain specific model: celebrities, landmarks |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetModelCol | ( | string | value | ) |
Sets value for model column
value | the domain specific model: celebrities, landmarks |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetOutputCol | ( | string | value | ) |
Sets value for outputCol
value | The name of the output column |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetSubscriptionKey | ( | string | value | ) |
Sets value for subscriptionKey
value | the API key to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetSubscriptionKeyCol | ( | string | value | ) |
Sets value for subscriptionKey column
value | the API key to use |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetTimeout | ( | double | value | ) |
Sets value for timeout
value | number of seconds to wait before closing the connection |
RecognizeDomainSpecificContent Synapse.ML.Cognitive.RecognizeDomainSpecificContent.SetUrl | ( | string | value | ) |
Sets value for url
value | Url of the service |