Udostępnij za pośrednictwem


MachineLearningModelContainerCollection.GetAllAsync Method

Definition

List model containers.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models
  • Operation Id: ModelContainers_List
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);
abstract member GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource>
override this.GetAllAsync : string * Nullable<int> * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelContainerResource>
Public Overridable Function GetAllAsync (Optional skip As String = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningModelContainerResource)

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