Aggregate Function Properties Response
data class AggregateFunctionPropertiesResponse(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 an aggregate 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
Link copied to clipboard
Describes the output of a function.