Class AzureMachineLearningWebServiceInputColumn


  • public final class AzureMachineLearningWebServiceInputColumn
    extends Object
    Describes an input column for the Azure Machine Learning web service endpoint.
    • Constructor Detail

      • AzureMachineLearningWebServiceInputColumn

        public AzureMachineLearningWebServiceInputColumn()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the input column.
        Returns:
        the name value.
      • withName

        public AzureMachineLearningWebServiceInputColumn withName​(String name)
        Set the name property: The name of the input column.
        Parameters:
        name - the name value to set.
        Returns:
        the AzureMachineLearningWebServiceInputColumn object itself.
      • 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:
        the dataType value.
      • 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:
        dataType - the dataType value to set.
        Returns:
        the AzureMachineLearningWebServiceInputColumn object itself.
      • mapTo

        public Integer mapTo()
        Get the mapTo property: The zero based index of the function parameter this input maps to.
        Returns:
        the mapTo value.
      • withMapTo

        public AzureMachineLearningWebServiceInputColumn withMapTo​(Integer mapTo)
        Set the mapTo property: The zero based index of the function parameter this input maps to.
        Parameters:
        mapTo - the mapTo value to set.
        Returns:
        the AzureMachineLearningWebServiceInputColumn object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.