AzureMachineLearningWebServiceInputColumnResponse

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

constructor(dataType: String? = null, mapTo: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataType: String? = null

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 .

Link copied to clipboard
val mapTo: Int? = null

The zero based index of the function parameter this input maps to.

Link copied to clipboard
val name: String? = null

The name of the input column.