Megosztás a következőn keresztül:


MachineLearningBatchEndpointCollection.GetAll Method

Definition

Lists Batch inference endpoint in the workspace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/batchEndpoints
  • Operation Id: BatchEndpoints_List
public virtual Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource> GetAll (int? count = default, string skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.MachineLearning.MachineLearningBatchEndpointResource>
Public Overridable Function GetAll (Optional count As Nullable(Of Integer) = Nothing, Optional skip As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineLearningBatchEndpointResource)

Parameters

count
Nullable<Int32>

Number of endpoints to be retrieved in a page of results.

skip
String

Continuation token for pagination.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MachineLearningBatchEndpointResource that may take multiple service requests to iterate over.

Applies to