MachineLearningServices.FeaturesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IFeature> FeaturesGetWithResult(string subscriptionId, string resourceGroupName, string workspaceName, string featuresetName, string featuresetVersion, string featureName, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync sender);
member this.FeaturesGetWithResult : string * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IFeature>
Public Function FeaturesGetWithResult (subscriptionId As String, resourceGroupName As String, workspaceName As String, featuresetName As String, featuresetVersion As String, featureName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IFeature)

Parameters

subscriptionId
String
resourceGroupName
String
workspaceName
String
featuresetName
String
featuresetVersion
String
featureName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to