AzureMachineLearningWebServiceInputsResponse

The inputs for the Azure Machine Learning web service endpoint.

Constructors

constructor(columnNames: List<AzureMachineLearningWebServiceInputColumnResponse>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of input columns for the Azure Machine Learning web service endpoint.

Link copied to clipboard
val name: String? = null

The name of the input. This is the name provided while authoring the endpoint.