Scalar Function Properties Response
data class ScalarFunctionPropertiesResponse(val binding: Either<AzureMachineLearningWebServiceFunctionBindingResponse, JavaScriptFunctionBindingResponse>? = null, val etag: String, val inputs: List<FunctionInputResponse>? = null, val output: FunctionOutputResponse? = null, val type: String)
The properties that are associated with a scalar function.
Constructors
Link copied to clipboard
constructor(binding: Either<AzureMachineLearningWebServiceFunctionBindingResponse, JavaScriptFunctionBindingResponse>? = null, etag: String, inputs: List<FunctionInputResponse>? = null, output: FunctionOutputResponse? = null, type: String)
Properties
Link copied to clipboard
val binding: Either<AzureMachineLearningWebServiceFunctionBindingResponse, JavaScriptFunctionBindingResponse>? = null
The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.
Link copied to clipboard
A list of inputs describing the parameters of the function.
Link copied to clipboard
The output of the function.