Class AzureMachineLearningWebServiceInputs


  • public final class AzureMachineLearningWebServiceInputs
    extends Object
    The inputs for the Azure Machine Learning web service endpoint.
    • Constructor Detail

      • AzureMachineLearningWebServiceInputs

        public AzureMachineLearningWebServiceInputs()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the input. This is the name provided while authoring the endpoint.
        Returns:
        the name value.
      • withName

        public AzureMachineLearningWebServiceInputs withName​(String name)
        Set the name property: The name of the input. This is the name provided while authoring the endpoint.
        Parameters:
        name - the name value to set.
        Returns:
        the AzureMachineLearningWebServiceInputs object itself.
      • validate

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