AzureMachineLearningWebServiceInputColumnArgs

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.

Constructors

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

Properties

Link copied to clipboard
val dataType: Output<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: Output<Int>? = null

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

Link copied to clipboard
val name: Output<String>? = null

The name of the input column.

Functions

Link copied to clipboard
open override fun toJava(): AzureMachineLearningWebServiceInputColumnArgs