AzureMachineLearningServiceInputColumn 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.
Describes an input column for the Azure Machine Learning web service endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceInputColumnTypeConverter))]
public class AzureMachineLearningServiceInputColumn : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceInputColumn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceInputColumnTypeConverter))>]
type AzureMachineLearningServiceInputColumn = class
interface IAzureMachineLearningServiceInputColumn
interface IJsonSerializable
Public Class AzureMachineLearningServiceInputColumn
Implements IAzureMachineLearningServiceInputColumn
- Inheritance
-
AzureMachineLearningServiceInputColumn
- Attributes
- Implements
Constructors
AzureMachineLearningServiceInputColumn() |
Creates an new AzureMachineLearningServiceInputColumn instance. |
Properties
DataType |
The (Azure Machine Learning supported) data type of the input column. |
MapTo |
The zero based index of the function parameter this input maps to. |
Name |
The name of the input column. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningServiceInputColumn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningServiceInputColumn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceInputColumn. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningServiceInputColumn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningServiceInputColumn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |