Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Cognitive.GenerateThumbnails Class Reference

GenerateThumbnails implements GenerateThumbnails More...

Inheritance diagram for Synapse.ML.Cognitive.GenerateThumbnails:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Cognitive.GenerateThumbnails:
Collaboration graph
[legend]

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 ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< GenerateThumbnailsRead ()
 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...
 

Detailed Description

GenerateThumbnails implements GenerateThumbnails

Constructor & Destructor Documentation

◆ GenerateThumbnails() [1/2]

Synapse.ML.Cognitive.GenerateThumbnails.GenerateThumbnails ( )
inline

Creates a GenerateThumbnails without any parameters.

◆ GenerateThumbnails() [2/2]

Synapse.ML.Cognitive.GenerateThumbnails.GenerateThumbnails ( string  uid)
inline

Creates a GenerateThumbnails with a UID that is used to give the GenerateThumbnails a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetConcurrency()

int Synapse.ML.Cognitive.GenerateThumbnails.GetConcurrency ( )

Gets concurrency value

Returns
concurrency: max number of concurrent calls

◆ GetConcurrentTimeout()

double Synapse.ML.Cognitive.GenerateThumbnails.GetConcurrentTimeout ( )

Gets concurrentTimeout value

Returns
concurrentTimeout: max number seconds to wait on futures if concurrency >= 1

◆ GetErrorCol()

string Synapse.ML.Cognitive.GenerateThumbnails.GetErrorCol ( )

Gets errorCol value

Returns
errorCol: column to hold http errors

◆ GetHandler()

object Synapse.ML.Cognitive.GenerateThumbnails.GetHandler ( )

Gets handler value

Returns
handler: Which strategy to use when handling requests

◆ GetHeight()

int Synapse.ML.Cognitive.GenerateThumbnails.GetHeight ( )

Gets height value

Returns
height: the desired height of the image

◆ GetImageBytes()

byte [] Synapse.ML.Cognitive.GenerateThumbnails.GetImageBytes ( )

Gets imageBytes value

Returns
imageBytes: bytestream of the image to use

◆ GetImageUrl()

string Synapse.ML.Cognitive.GenerateThumbnails.GetImageUrl ( )

Gets imageUrl value

Returns
imageUrl: the url of the image to use

◆ GetOutputCol()

string Synapse.ML.Cognitive.GenerateThumbnails.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ GetSmartCropping()

bool Synapse.ML.Cognitive.GenerateThumbnails.GetSmartCropping ( )

Gets smartCropping value

Returns
smartCropping: whether to intelligently crop the image

◆ GetSubscriptionKey()

string Synapse.ML.Cognitive.GenerateThumbnails.GetSubscriptionKey ( )

Gets subscriptionKey value

Returns
subscriptionKey: the API key to use

◆ GetTimeout()

double Synapse.ML.Cognitive.GenerateThumbnails.GetTimeout ( )

Gets timeout value

Returns
timeout: number of seconds to wait before closing the connection

◆ GetUrl()

string Synapse.ML.Cognitive.GenerateThumbnails.GetUrl ( )

Gets url value

Returns
url: Url of the service

◆ GetWidth()

int Synapse.ML.Cognitive.GenerateThumbnails.GetWidth ( )

Gets width value

Returns
width: the desired width of the image

◆ Load()

static GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.Load ( string  path)
static

Loads the GenerateThumbnails that was previously saved using Save(string).

Parameters
pathThe path the previous GenerateThumbnails was saved to
Returns
New GenerateThumbnails object, loaded from path.

◆ Read()

JavaMLReader<GenerateThumbnails> Synapse.ML.Cognitive.GenerateThumbnails.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<GenerateThumbnails> instance for this ML instance.

◆ Save()

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.

Parameters
pathThe path to save the object to

◆ SetConcurrency()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetConcurrency ( int  value)

Sets value for concurrency

Parameters
valuemax number of concurrent calls
Returns
New GenerateThumbnails object

◆ SetConcurrentTimeout()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetConcurrentTimeout ( double  value)

Sets value for concurrentTimeout

Parameters
valuemax number seconds to wait on futures if concurrency >= 1
Returns
New GenerateThumbnails object

◆ SetErrorCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetErrorCol ( string  value)

Sets value for errorCol

Parameters
valuecolumn to hold http errors
Returns
New GenerateThumbnails object

◆ SetHandler()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetHandler ( object  value)

Sets value for handler

Parameters
valueWhich strategy to use when handling requests
Returns
New GenerateThumbnails object

◆ SetHeight()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetHeight ( int  value)

Sets value for height

Parameters
valuethe desired height of the image
Returns
New GenerateThumbnails object

◆ SetHeightCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetHeightCol ( string  value)

Sets value for height column

Parameters
valuethe desired height of the image
Returns
New GenerateThumbnails object

◆ SetImageBytes()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetImageBytes ( byte []  value)

Sets value for imageBytes

Parameters
valuebytestream of the image to use
Returns
New GenerateThumbnails object

◆ SetImageBytesCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetImageBytesCol ( string  value)

Sets value for imageBytes column

Parameters
valuebytestream of the image to use
Returns
New GenerateThumbnails object

◆ SetImageUrl()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetImageUrl ( string  value)

Sets value for imageUrl

Parameters
valuethe url of the image to use
Returns
New GenerateThumbnails object

◆ SetImageUrlCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetImageUrlCol ( string  value)

Sets value for imageUrl column

Parameters
valuethe url of the image to use
Returns
New GenerateThumbnails object

◆ SetLinkedService()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetLinkedService ( string  value)

Sets value for linkedService

Parameters
valuelinkedService name
Returns
New GenerateThumbnails object

◆ SetLocation()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetLocation ( string  value)

Sets value for location

Parameters
valueLocation of the cognitive service
Returns
New GenerateThumbnails object

◆ SetOutputCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New GenerateThumbnails object

◆ SetSmartCropping()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetSmartCropping ( bool  value)

Sets value for smartCropping

Parameters
valuewhether to intelligently crop the image
Returns
New GenerateThumbnails object

◆ SetSmartCroppingCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetSmartCroppingCol ( string  value)

Sets value for smartCropping column

Parameters
valuewhether to intelligently crop the image
Returns
New GenerateThumbnails object

◆ SetSubscriptionKey()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetSubscriptionKey ( string  value)

Sets value for subscriptionKey

Parameters
valuethe API key to use
Returns
New GenerateThumbnails object

◆ SetSubscriptionKeyCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetSubscriptionKeyCol ( string  value)

Sets value for subscriptionKey column

Parameters
valuethe API key to use
Returns
New GenerateThumbnails object

◆ SetTimeout()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetTimeout ( double  value)

Sets value for timeout

Parameters
valuenumber of seconds to wait before closing the connection
Returns
New GenerateThumbnails object

◆ SetUrl()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetUrl ( string  value)

Sets value for url

Parameters
valueUrl of the service
Returns
New GenerateThumbnails object

◆ SetWidth()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetWidth ( int  value)

Sets value for width

Parameters
valuethe desired width of the image
Returns
New GenerateThumbnails object

◆ SetWidthCol()

GenerateThumbnails Synapse.ML.Cognitive.GenerateThumbnails.SetWidthCol ( string  value)

Sets value for width column

Parameters
valuethe desired width of the image
Returns
New GenerateThumbnails object

The documentation for this class was generated from the following file: