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
fun ScalarFunctionPropertiesResponse(binding: Either<AzureMachineLearningWebServiceFunctionBindingResponse, JavaScriptFunctionBindingResponse>? = null, etag: String, inputs: List<FunctionInputResponse>? = null, output: FunctionOutputResponse? = null, type: String)
Types
Properties
Link copied to clipboard
val binding: Either<AzureMachineLearningWebServiceFunctionBindingResponse, JavaScriptFunctionBindingResponse>? = null
Link copied to clipboard