Azure Machine Learning Web Service Inputs Args
data class AzureMachineLearningWebServiceInputsArgs(val columnNames: Output<List<AzureMachineLearningWebServiceInputColumnArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<AzureMachineLearningWebServiceInputsArgs>
The inputs for the Azure Machine Learning web service endpoint.
Constructors
Link copied to clipboard
constructor(columnNames: Output<List<AzureMachineLearningWebServiceInputColumnArgs>>? = null, name: Output<String>? = null)