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

AzureMachineLearningServiceInputs Class

Definition

The inputs for the Azure Machine Learning web service endpoint.

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

Constructors

Name Description
AzureMachineLearningServiceInputs()

Creates an new AzureMachineLearningServiceInputs instance.

Properties

Name Description
ColumnName

A list of input columns for the Azure Machine Learning web service 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 AzureMachineLearningServiceInputs.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureMachineLearningServiceInputs.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureMachineLearningServiceInputs into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to