แชร์ผ่าน


AzureMachineLearningWebServiceInputColumn Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.AzureMachineLearningWebServiceInputColumn

public class AzureMachineLearningWebServiceInputColumn

Describes an input column for the Azure Machine Learning web service endpoint.

Method Summary

Modifier and Type Method and Description
String dataType()

Get the dataType value.

Integer mapTo()

Get the mapTo value.

String name()

Get the name value.

AzureMachineLearningWebServiceInputColumn withDataType(String dataType)

Set the dataType value.

AzureMachineLearningWebServiceInputColumn withMapTo(Integer mapTo)

Set the mapTo value.

AzureMachineLearningWebServiceInputColumn withName(String name)

Set the name value.

Method Details

dataType

public String dataType()

Get the dataType value.

Returns:

the dataType value

mapTo

public Integer mapTo()

Get the mapTo value.

Returns:

the mapTo value

name

public String name()

Get the name value.

Returns:

the name value

withDataType

public AzureMachineLearningWebServiceInputColumn withDataType(String dataType)

Set the dataType value.

Parameters:

dataType - the dataType value to set

Returns:

the AzureMachineLearningWebServiceInputColumn object itself.

withMapTo

public AzureMachineLearningWebServiceInputColumn withMapTo(Integer mapTo)

Set the mapTo value.

Parameters:

mapTo - the mapTo value to set

Returns:

the AzureMachineLearningWebServiceInputColumn object itself.

withName

public AzureMachineLearningWebServiceInputColumn withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the AzureMachineLearningWebServiceInputColumn object itself.

Applies to