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