AzureMachineLearningWebServiceFunctionBindingArgs

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

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>)

Properties

Link copied to clipboard
val apiKey: Output<String>? = null

The API key used to authenticate with Request-Response endpoint.

Link copied to clipboard
val batchSize: Output<Int>? = null

Number between 1 and 10000 describing maximum number of rows for every Azure ML RRS execute request. Default is 1000.

Link copied to clipboard
val endpoint: Output<String>? = null

The Request-Response execute endpoint of the Azure Machine Learning web service. Find out more here: https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs

Link copied to clipboard

The inputs for the Azure Machine Learning web service endpoint.

Link copied to clipboard

A list of outputs from the Azure Machine Learning web service endpoint execution.

Link copied to clipboard
val type: Output<String>

Indicates the function binding type. Expected value is 'Microsoft.MachineLearning/WebService'.

Functions

Link copied to clipboard
open override fun toJava(): AzureMachineLearningWebServiceFunctionBindingArgs