MachineLearningRegistryDataVersionCollection.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 data versions in the data container
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}/versions
- Operation Id: RegistryDataVersions_List
- Default Api Version: 2024-04-01
- Resource: MachineLearningRegistryDataVersionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource> GetAllAsync (string orderBy = default, int? top = default, string skip = default, string tags = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
override this.GetAllAsync : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
Public Overridable Function GetAllAsync (Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional tags As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningRegistryDataVersionResource)
Parameters
- orderBy
- String
Please choose OrderBy value from ['createdtime', 'modifiedtime'].
Top count of results, top count cannot be greater than the page size. If topCount > page size, results with be default page size count will be returned
- skip
- String
Continuation token for pagination.
- tags
- String
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2.
- listViewType
- Nullable<MachineLearningListViewType>
[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All]View type for including/excluding (for example) archived entities.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MachineLearningRegistryDataVersionResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET