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

AzureMachineLearningStudioInputs Class

Definition

The inputs for the Azure Machine Learning Studio endpoint.

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

Constructors

Name Description
AzureMachineLearningStudioInputs()

Creates an new AzureMachineLearningStudioInputs instance.

Properties

Name Description
ColumnName

A list of input columns for the Azure Machine Learning Studio endpoint.

Name

The name of the input. This is the name provided while authoring the endpoint.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureMachineLearningStudioInputs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningStudioInputs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningStudioInputs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to