Azure Machine Learning Web Service Function Binding Response
data class AzureMachineLearningWebServiceFunctionBindingResponse(val apiKey: String? = null, val batchSize: Int? = null, val endpoint: String? = null, val inputs: AzureMachineLearningWebServiceInputsResponse? = null, val outputs: List<AzureMachineLearningWebServiceOutputColumnResponse>? = null, val type: String)
The binding to an Azure Machine Learning web service.
Constructors
Link copied to clipboard
constructor(apiKey: String? = null, batchSize: Int? = null, endpoint: String? = null, inputs: AzureMachineLearningWebServiceInputsResponse? = null, outputs: List<AzureMachineLearningWebServiceOutputColumnResponse>? = null, type: String)