Bagikan melalui


MachineLearningFeatureSetVersionResource.BackfillAsync Method

Definition

Backfill.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}/backfill
  • Operation Id: FeaturesetVersions_Backfill
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetJob>> BackfillAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member BackfillAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetJob>>
override this.BackfillAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetJob>>
Public Overridable Function BackfillAsync (waitUntil As WaitUntil, content As FeatureSetVersionBackfillContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of MachineLearningFeatureSetJob))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
FeatureSetVersionBackfillContent

Feature set version backfill request entity.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to