你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureMachineLearningWebServiceInputColumn Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. AzureMachineLearningWebServiceInputColumn
- com.
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. |
Azure |
withDataType(String dataType)
Set the dataType value. |
Azure |
withMapTo(Integer mapTo)
Set the mapTo value. |
Azure |
withName(String name)
Set the name value. |
Method Details
dataType
public String dataType()
Get the dataType value.
Returns:
mapTo
public Integer mapTo()
Get the mapTo value.
Returns:
name
public String name()
Get the name value.
Returns:
withDataType
public AzureMachineLearningWebServiceInputColumn withDataType(String dataType)
Set the dataType value.
Parameters:
Returns:
withMapTo
public AzureMachineLearningWebServiceInputColumn withMapTo(Integer mapTo)
Set the mapTo value.
Parameters:
Returns:
withName
public AzureMachineLearningWebServiceInputColumn withName(String name)
Set the name value.
Parameters:
Returns: