AzureMachineLearningServiceOutputColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes an output column for the Azure Machine Learning web service endpoint.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceOutputColumnTypeConverter))]
public class AzureMachineLearningServiceOutputColumn : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceOutputColumn
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.AzureMachineLearningServiceOutputColumnTypeConverter))>]
type AzureMachineLearningServiceOutputColumn = class
interface IAzureMachineLearningServiceOutputColumn
interface IJsonSerializable
Public Class AzureMachineLearningServiceOutputColumn
Implements IAzureMachineLearningServiceOutputColumn
- Inheritance
-
AzureMachineLearningServiceOutputColumn
- Attributes
- Implements
Constructors
AzureMachineLearningServiceOutputColumn() |
Creates an new AzureMachineLearningServiceOutputColumn instance. |
Properties
DataType |
The (Azure Machine Learning supported) data type of the output column. |
MapTo |
The zero based index of the function parameter this input maps to. |
Name |
The name of the output column. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AzureMachineLearningServiceOutputColumn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AzureMachineLearningServiceOutputColumn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IAzureMachineLearningServiceOutputColumn. |
FromJsonString(String) |
Creates a new instance of AzureMachineLearningServiceOutputColumn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AzureMachineLearningServiceOutputColumn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |