Freigeben über


MachineLearningBatchEndpointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von MachineLearningBatchEndpointResource und deren Vorgänge darstellt. Jedes MachineLearningBatchEndpointResource in der Auflistung gehört zum gleichen instance von MachineLearningWorkspaceResource. Um einen MachineLearningBatchEndpointCollection instance rufen Sie die GetMachineLearningBatchEndpoints-Methode aus einer instance von aufMachineLearningWorkspaceResource.

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

Konstruktoren

MachineLearningBatchEndpointCollection()

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

Erstellt einen Batchrückschlusspunkt (asynchron).

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

Erstellt einen Batchrückschlusspunkt (asynchron).

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints/{endpointName}
  • Vorgang IdBatchEndpoints_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}
  • Vorgang IdBatchEndpoints_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}
  • Vorgang IdBatchEndpoints_Get
Get(String, CancellationToken)

Ruft einen Batchrückschlussendpunkt nach Name ab.

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

Listet den Batch-Rückschlussendpunkt im Arbeitsbereich auf.

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

Listet den Batch-Rückschlussendpunkt im Arbeitsbereich auf.

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

Ruft einen Batchrückschlussendpunkt nach Name ab.

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

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

Gilt für: