Azure Machine Learning Web Service Input Column Args
data class AzureMachineLearningWebServiceInputColumnArgs(val dataType: Output<String>? = null, val mapTo: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<AzureMachineLearningWebServiceInputColumnArgs>
Describes an input column for the Azure Machine Learning web service endpoint.