ภาษา

MachineLearningFeatureSetVersionResource.GetMachineLearningFeatureAsync Method

Definition

Get feature.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>> GetMachineLearningFeatureAsync(string featureName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMachineLearningFeatureAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>>
override this.GetMachineLearningFeatureAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>>
Public Overridable Function GetMachineLearningFeatureAsync (featureName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MachineLearningFeatureResource))

Parameters

featureName
String

Inference FeatureName name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

featureName is null.

featureName is an empty string, and was expected to be non-empty.

Applies to