MachineLearningFeatureSetVersionCollection Class

Definition

A class representing a collection of MachineLearningFeatureSetVersionResource and their operations. Each MachineLearningFeatureSetVersionResource in the collection will belong to the same instance of MachineLearningFeatureSetContainerResource. To get a MachineLearningFeatureSetVersionCollection instance call the GetMachineLearningFeatureSetVersions method from an instance of MachineLearningFeatureSetContainerResource.

public class MachineLearningFeatureSetVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningFeatureSetVersionResource>
type MachineLearningFeatureSetVersionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningFeatureSetVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningFeatureSetVersionResource>
Public Class MachineLearningFeatureSetVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningFeatureSetVersionResource), IEnumerable(Of MachineLearningFeatureSetVersionResource)
Inheritance
MachineLearningFeatureSetVersionCollection
Implements

Constructors

MachineLearningFeatureSetVersionCollection()

Initializes a new instance of the MachineLearningFeatureSetVersionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Create or update version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningFeatureSetVersionData, CancellationToken)

Create or update version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
Get(String, CancellationToken)

Get version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
GetAll(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • Operation Id: FeaturesetVersions_List
GetAllAsync(MachineLearningFeatureSetVersionCollectionGetAllOptions, CancellationToken)

List versions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions
  • Operation Id: FeaturesetVersions_List
GetAsync(String, CancellationToken)

Get version.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}
  • Operation Id: FeaturesetVersions_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<MachineLearningFeatureSetVersionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MachineLearningFeatureSetVersionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to