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