MachineLearningModelContainerCollection.GetAllAsync Method

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.

List model containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models
  • Operation Id: ModelContainers_List
  • Default Api Version: 2024-04-01
  • Resource: MachineLearningModelContainerResource
C#
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource> GetAllAsync(string skip = default, int? count = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

skip
String

Continuation token for pagination.

count
Nullable<Int32>

Maximum number of results to return.

listViewType
Nullable<MachineLearningListViewType>

View type for including/excluding (for example) archived entities.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MachineLearningModelContainerResource that may take multiple service requests to iterate over.

Applies to

Toode Versioonid
Azure SDK for .NET Latest, Preview