Freigeben über


MachineLearningBatchDeploymentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MachineLearningBatchDeploymentResource und deren Vorgänge darstellt. Jedes MachineLearningBatchDeploymentResource in der Auflistung gehört zum gleichen instance von MachineLearningBatchEndpointResource. Um einen MachineLearningBatchDeploymentCollection instance rufen Sie die GetMachineLearningBatchDeployments-Methode von einer instance von MachineLearningBatchEndpointResourceauf.

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

Konstruktoren

MachineLearningBatchDeploymentCollection()

Initialisiert eine neue instance der MachineLearningBatchDeploymentCollection -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, MachineLearningBatchDeploymentData, CancellationToken)

Erstellt/aktualisiert eine Batchrückschlussbereitstellung (asynchron).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MachineLearningBatchDeploymentData, CancellationToken)

Erstellt/aktualisiert eine Batchrückschlussbereitstellung (asynchron).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_Get
Get(String, CancellationToken)

Ruft eine Batchrückschlussbereitstellung nach id ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_Get
GetAll(String, Nullable<Int32>, String, CancellationToken)

Listet Batchrückschlussbereitstellungen im Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments
  • Vorgang IdBatchDeployments_List
GetAllAsync(String, Nullable<Int32>, String, CancellationToken)

Listet Batchrückschlussbereitstellungen im Arbeitsbereich auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments
  • Vorgang IdBatchDeployments_List
GetAsync(String, CancellationToken)

Ruft eine Batchrückschlussbereitstellung nach id ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_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}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_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}/batchEndpoints/{endpointName}/deployments/{deploymentName}
  • Vorgang IdBatchDeployments_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<MachineLearningBatchDeploymentResource>.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<MachineLearningBatchDeploymentResource>.GetEnumerator()

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

Gilt für: