AzureMachineLearningWebServiceOutputColumnArgs

data class AzureMachineLearningWebServiceOutputColumnArgs(val dataType: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<AzureMachineLearningWebServiceOutputColumnArgs>

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

Constructors

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

Properties

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

The name of the output column.

Functions

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