AzureMachineLearningWebServiceInputColumn Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. AzureMachineLearningWebServiceInputColumn
- com.
Implements
public final class AzureMachineLearningWebServiceInputColumn
implements JsonSerializable<AzureMachineLearningWebServiceInputColumn>
Describes an input column for the Azure Machine Learning web service endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureMachineLearningWebServiceInputColumn() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
dataType()
Get the data |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| Integer |
mapTo()
Get the map |
| String |
name()
Get the name property: The name of the input column. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withDataType(String dataType)
Set the data |
|
Azure |
withMapTo(Integer mapTo)
Set the map |
|
Azure |
withName(String name)
Set the name property: The name of the input column. |
Methods inherited from java.lang.Object
Constructor Details
AzureMachineLearningWebServiceInputColumn
public AzureMachineLearningWebServiceInputColumn()
Creates an instance of AzureMachineLearningWebServiceInputColumn class.
Method Details
dataType
public String dataType()
Get the dataType property: The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
Returns:
fromJson
public static AzureMachineLearningWebServiceInputColumn fromJson(JsonReader jsonReader)
Reads an instance of AzureMachineLearningWebServiceInputColumn from the JsonReader.
Parameters:
Returns:
Throws:
mapTo
public Integer mapTo()
Get the mapTo property: The zero based index of the function parameter this input maps to.
Returns:
name
public String name()
Get the name property: The name of the input column.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDataType
public AzureMachineLearningWebServiceInputColumn withDataType(String dataType)
Set the dataType property: The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
Parameters:
Returns:
withMapTo
public AzureMachineLearningWebServiceInputColumn withMapTo(Integer mapTo)
Set the mapTo property: The zero based index of the function parameter this input maps to.
Parameters:
Returns:
withName
public AzureMachineLearningWebServiceInputColumn withName(String name)
Set the name property: The name of the input column.
Parameters:
Returns: