你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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