Azure Machine Learning Web Service Output Column Args
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
Link copied to clipboard
fun AzureMachineLearningWebServiceOutputColumnArgs(dataType: Output<String>? = null, name: Output<String>? = null)