Azure Machine Learning Web Service Input Column Response
data class AzureMachineLearningWebServiceInputColumnResponse(val dataType: String? = null, val mapTo: Int? = null, val name: String? = null)
Describes an input column for the Azure Machine Learning web service endpoint.
Constructors
Link copied to clipboard
fun AzureMachineLearningWebServiceInputColumnResponse(dataType: String? = null, mapTo: Int? = null, name: String? = null)