Partilhar via


MachineLearningRegistryDataVersionCollection.GetAll Método

Definição

Listar versões de dados no contêiner de dados

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName}/data/{name}/versions
  • IdRegistryDataVersions_List de operação
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource> GetAll (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 GetAll : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
override this.GetAll : string * Nullable<int> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningListViewType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningRegistryDataVersionResource>
Public Overridable Function GetAll (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 Pageable(Of MachineLearningRegistryDataVersionResource)

Parâmetros

orderBy
String

Escolha o valor OrderBy de ['createdtime', 'modifiedtime'].

top
Nullable<Int32>

Contagem superior de resultados, a contagem superior não pode ser maior que o tamanho da página. Se o tamanho da página topCount > , os resultados com a contagem de tamanho de página padrão serão retornados

skip
String

Token de continuação para paginação.

tags
String

Lista separada por vírgulas de nomes de marca (e, opcionalmente, valores). Exemplo: tag1,tag2=value2.

listViewType
Nullable<MachineLearningListViewType>

[ListViewType.ActiveOnly, ListViewType.ArchivedOnly, ListViewType.All] Tipo de exibição para incluir/excluir (por exemplo) entidades arquivadas.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de MachineLearningRegistryDataVersionResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a