Class AzureMachineLearningWebServiceOutputColumn


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

      • AzureMachineLearningWebServiceOutputColumn

        public AzureMachineLearningWebServiceOutputColumn()
    • Method Detail

      • name

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

        public AzureMachineLearningWebServiceOutputColumn withName​(String name)
        Set the name property: The name of the output column.
        Parameters:
        name - the name value to set.
        Returns:
        the AzureMachineLearningWebServiceOutputColumn object itself.
      • dataType

        public String dataType()
        Get the dataType property: The (Azure Machine Learning supported) data type of the output 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 AzureMachineLearningWebServiceOutputColumn withDataType​(String dataType)
        Set the dataType property: The (Azure Machine Learning supported) data type of the output 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 AzureMachineLearningWebServiceOutputColumn object itself.
      • validate

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