Share via


AzureMachineLearningStudioInputColumn Class

Definition

Describes an input column for the Azure Machine Learning Studio endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioInputColumnTypeConverter))]
public class AzureMachineLearningStudioInputColumn : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioInputColumn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningStudioInputColumnTypeConverter))>]
type AzureMachineLearningStudioInputColumn = class
    interface IAzureMachineLearningStudioInputColumn
    interface IJsonSerializable
Public Class AzureMachineLearningStudioInputColumn
Implements IAzureMachineLearningStudioInputColumn
Inheritance
AzureMachineLearningStudioInputColumn
Attributes
Implements

Constructors

AzureMachineLearningStudioInputColumn()

Creates an new AzureMachineLearningStudioInputColumn instance.

Properties

DataType

The (Azure Machine Learning supported) data type of the input column. A list of valid Azure Machine Learning data types are described at https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .

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 AzureMachineLearningStudioInputColumn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningStudioInputColumn.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningStudioInputColumn.

FromJsonString(String)

Creates a new instance of AzureMachineLearningStudioInputColumn, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningStudioInputColumn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to