你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MachineLearningModelVersionCollection.GetAll 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetAll(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken) |
列出模型版本。
|
GetAll(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken) |
列出模型版本。
|
GetAll(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)
列出模型版本。
- 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
- 操作IdModelVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAll (Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAll : Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionCollectionGetAllOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAll (options As MachineLearningModelVersionCollectionGetAllOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningModelVersionResource)
参数
一个属性包,其中包含除 LRO 限定符和请求上下文参数以外的此方法的所有参数。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 MachineLearningModelVersionResource 集合。
适用于
GetAll(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)
列出模型版本。
- 请求路径/订阅/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
- 操作IdModelVersions_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAll (string skip = default, string orderBy = default, int? top = default, string version = default, string description = default, int? offset = default, string tags = default, string properties = default, string feed = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType? listViewType = default, System.Threading.CancellationToken cancellationToken = default);
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource> GetAll (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 GetAll : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
override this.GetAll : string * string * Nullable<int> * string * string * Nullable<int> * string * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
Public Overridable Function GetAll (Optional skip As String = Nothing, Optional orderBy As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional version As String = Nothing, Optional description As String = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional tags As String = Nothing, Optional properties As String = Nothing, Optional feed As String = Nothing, Optional listViewType As Nullable(Of MachineLearningListViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningModelVersionResource)
Public Overridable Function GetAll (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 Pageable(Of MachineLearningModelVersionResource)
参数
- skip
- String
分页的继续标记。
- orderBy
- String
列表排序。
- version
- String
模型版本。
- description
- String
模型说明。
- tags
- String
标记名称的逗号分隔列表 (,并选择性地) 值。 示例:tag1,tag2=value2。
- properties
- String
以逗号分隔的属性名称列表 (,并选择性地) 值。 示例:prop1,prop2=value2。
- feed
- String
源的名称。
- listViewType
- Nullable<MachineLearningListViewType>
包括/排除 (的视图类型,例如) 存档实体。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
可能需要多个服务请求来循环访问的 的 MachineLearningModelVersionResource 集合。