AzureMachineLearningWebServiceInputs Class
- java.
lang. Object - com.
azure. resourcemanager. streamanalytics. models. AzureMachineLearningWebServiceInputs
- com.
Implements
public final class AzureMachineLearningWebServiceInputs
implements JsonSerializable<AzureMachineLearningWebServiceInputs>
The inputs for the Azure Machine Learning web service endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureMachineLearningWebServiceInputs() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Azure |
columnNames()
Get the column |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
name()
Get the name property: The name of the input. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withColumnNames(List<AzureMachineLearningWebServiceInputColumn> columnNames)
Set the column |
|
Azure |
withName(String name)
Set the name property: The name of the input. |
Methods inherited from java.lang.Object
Constructor Details
AzureMachineLearningWebServiceInputs
public AzureMachineLearningWebServiceInputs()
Creates an instance of AzureMachineLearningWebServiceInputs class.
Method Details
columnNames
public List<AzureMachineLearningWebServiceInputColumn> columnNames()
Get the columnNames property: A list of input columns for the Azure Machine Learning web service endpoint.
Returns:
fromJson
public static AzureMachineLearningWebServiceInputs fromJson(JsonReader jsonReader)
Reads an instance of AzureMachineLearningWebServiceInputs from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name of the input. This is the name provided while authoring the endpoint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withColumnNames
public AzureMachineLearningWebServiceInputs withColumnNames(List<AzureMachineLearningWebServiceInputColumn> columnNames)
Set the columnNames property: A list of input columns for the Azure Machine Learning web service endpoint.
Parameters:
Returns:
withName
public AzureMachineLearningWebServiceInputs withName(String name)
Set the name property: The name of the input. This is the name provided while authoring the endpoint.
Parameters:
Returns: