AzureMachineLearningServiceInputs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The inputs for the Azure Machine Learning web service endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceInputsTypeConverter))]
public class AzureMachineLearningServiceInputs : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceInputs
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceInputsTypeConverter))>]
type AzureMachineLearningServiceInputs = class
interface IAzureMachineLearningServiceInputs
interface IJsonSerializable
Public Class AzureMachineLearningServiceInputs
Implements IAzureMachineLearningServiceInputs
- Inheritance
-
AzureMachineLearningServiceInputs
- Attributes
- Implements
Constructors
AzureMachineLearningServiceInputs() |
Creates an new AzureMachineLearningServiceInputs instance. |
Properties
ColumnName |
A list of input columns for the Azure Machine Learning web service endpoint. |
Name |
The name of the input. This is the name provided while authoring the endpoint. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningServiceInputs. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningServiceInputs. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceInputs. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningServiceInputs, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningServiceInputs into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |