AzureMachineLearningWebServiceInputsArgs

data class AzureMachineLearningWebServiceInputsArgs(val columnNames: Output<List<AzureMachineLearningWebServiceInputColumnArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<AzureMachineLearningWebServiceInputsArgs>

The inputs for the Azure Machine Learning web service endpoint.

Constructors

Link copied to clipboard
constructor(columnNames: Output<List<AzureMachineLearningWebServiceInputColumnArgs>>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

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

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

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

Functions

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