MachineLearningFeatureCollection.GetAll Method

Definition

List Features.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{featuresetName}/versions/{featuresetVersion}/features
  • Operation Id: Features_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource> GetAll (string skip = default, string tags = default, string featureName = default, string description = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
override this.GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional tags As String = Nothing, Optional featureName As String = Nothing, Optional description As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningFeatureResource)

Parameters

skip
String

Continuation token for pagination.

tags
String

Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2.

featureName
String

feature name.

description
String

Description of the featureset.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MachineLearningFeatureResource that may take multiple service requests to iterate over.

Applies to