Partilhar via


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

AzureMachineLearningStudioInputs()

Creates an new AzureMachineLearningStudioInputs instance.

Properties

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

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