MachineLearningModelVersionCollection.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.
Overloads
GetAllAsync(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken) |
List model versions.
|
GetAllAsync(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken) |
List model versions.
|
GetAllAsync(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)
List model versions.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
- Operation Id: ModelVersions_List
- Default Api Version: 2024-04-01
- Resource: MachineLearningModelVersionResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAllAsync (Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAllAsync : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAllAsync (options As MachineLearningModelVersionCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MachineLearningModelVersionResource)
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MachineLearningModelVersionResource that may take multiple service requests to iterate over.
Applies to
GetAllAsync(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)
List model versions.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
- Operation Id: ModelVersions_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAllAsync (string skip, string orderBy, int? top, string version, string description, int? offset, string tags, string properties, string feed, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType, System.Threading.CancellationToken cancellationToken);
abstract member GetAllAsync : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAllAsync : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAllAsync (skip As String, orderBy As String, top As Nullable(Of Integer), version As String, description As String, offset As Nullable(Of Integer), tags As String, properties As String, feed As String, listViewType As Nullable(Of MachineLearningListViewType), cancellationToken As CancellationToken) As AsyncPageable(Of MachineLearningModelVersionResource)
Parameters
- skip
- String
Continuation token for pagination.
- orderBy
- String
Ordering of list.
- version
- String
Model version.
- description
- String
Model description.
- tags
- String
Comma-separated list of tag names (and optionally values). Example: tag1,tag2=value2.
- properties
- String
Comma-separated list of property names (and optionally values). Example: prop1,prop2=value2.
- feed
- String
Name of the feed.
- listViewType
- Nullable<MachineLearningListViewType>
View type for including/excluding (for example) archived entities.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MachineLearningModelVersionResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET