Partilhar via


AzureMachineLearningStudioOutputColumn Class

Definition

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

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

Constructors

AzureMachineLearningStudioOutputColumn()

Creates an new AzureMachineLearningStudioOutputColumn instance.

Properties

DataType

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

Name

The name of the output column.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMachineLearningStudioOutputColumn.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningStudioOutputColumn.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningStudioOutputColumn into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to