MachineLearningFeatureSetVersionResource.BackfillAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backfill.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/{workspaceName}/featuresets/{name}/versions/{version}/backfill
- Operation Id: FeaturesetVersions_Backfill
- Default Api Version: 2024-04-01
- Resource: MachineLearningFeatureSetVersionResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.FeaturesetVersionBackfillResponse>> BackfillAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent content, System.Threading.CancellationToken cancellationToken = default);
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.FeaturesetVersionBackfillResponse>>
override this.BackfillAsync : Azure.WaitUntil * Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.MachineLearning.Models.FeaturesetVersionBackfillResponse>>
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 FeaturesetVersionBackfillResponse))
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
Azure SDK for .NET