แชร์ผ่าน


AzureMachineLearningWebServiceInputs Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.AzureMachineLearningWebServiceInputs

public class AzureMachineLearningWebServiceInputs

The inputs for the Azure Machine Learning web service endpoint.

Method Summary

Modifier and Type Method and Description
List<AzureMachineLearningWebServiceInputColumn> columnNames()

Get the columnNames value.

String name()

Get the name value.

AzureMachineLearningWebServiceInputs withColumnNames(List<AzureMachineLearningWebServiceInputColumn> columnNames)

Set the columnNames value.

AzureMachineLearningWebServiceInputs withName(String name)

Set the name value.

Method Details

columnNames

public List columnNames()

Get the columnNames value.

Returns:

the columnNames value

name

public String name()

Get the name value.

Returns:

the name value

withColumnNames

public AzureMachineLearningWebServiceInputs withColumnNames(List columnNames)

Set the columnNames value.

Parameters:

columnNames - the columnNames value to set

Returns:

the AzureMachineLearningWebServiceInputs object itself.

withName

public AzureMachineLearningWebServiceInputs withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the AzureMachineLearningWebServiceInputs object itself.

Applies to