AzureMachineLearningWebServiceOutputColumnResponse

data class AzureMachineLearningWebServiceOutputColumnResponse(val dataType: String? = null, val name: String? = null)

Describes an output column for the Azure Machine Learning web service endpoint.

Constructors

constructor(dataType: String? = 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 output 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 name: String? = null

The name of the output column.