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