Freigeben über


MachineLearningModelVersionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MachineLearningModelVersionResource und deren Vorgänge darstellt. Jedes MachineLearningModelVersionResource in der Auflistung gehört zum gleichen instance von MachineLearningModelContainerResource. Um einen MachineLearningModelVersionCollection instance rufen Sie die GetMachineLearningModelVersions-Methode aus einer instance von aufMachineLearningModelContainerResource.

public class MachineLearningModelVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.MachineLearningModelVersionResource>
type MachineLearningModelVersionCollection = class
    inherit ArmCollection
    interface seq<MachineLearningModelVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<MachineLearningModelVersionResource>
Public Class MachineLearningModelVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MachineLearningModelVersionResource), IEnumerable(Of MachineLearningModelVersionResource)
Vererbung
MachineLearningModelVersionCollection
Implementiert

Konstruktoren

MachineLearningModelVersionCollection()

Initialisiert eine neue instance der MachineLearningModelVersionCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, MachineLearningModelVersionData, CancellationToken)

Erstellen oder Aktualisieren der Version.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningModelVersionData, CancellationToken)

Erstellen oder Aktualisieren der Version.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
Get(String, CancellationToken)

Version abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
GetAll(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgang IdModelVersions_List
GetAll(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgang IdModelVersions_List
GetAllAsync(MachineLearningModelVersionCollectionGetAllOptions, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgang IdModelVersions_List
GetAllAsync(String, String, Nullable<Int32>, String, String, Nullable<Int32>, String, String, String, Nullable<MachineLearningListViewType>, CancellationToken)

Modellversionen auflisten.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions
  • Vorgang IdModelVersions_List
GetAsync(String, CancellationToken)

Version abrufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/models/{name}/versions/{version}
  • Vorgang IdModelVersions_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<MachineLearningModelVersionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<MachineLearningModelVersionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: