Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

LanguageModel.EnsureReadyAsync 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.

Ensures the underlying language model is ready for use by downloading and installing any required components.

public:
 static IAsyncOperationWithProgress<AIFeatureReadyResult ^, double> ^ EnsureReadyAsync();
 static IAsyncOperationWithProgress<AIFeatureReadyResult, double> EnsureReadyAsync();
public static IAsyncOperationWithProgress<AIFeatureReadyResult,double> EnsureReadyAsync();
function ensureReadyAsync()
Public Shared Function EnsureReadyAsync () As IAsyncOperationWithProgress(Of AIFeatureReadyResult, Double)

Returns

An asynchronous action with progress object that returns an AIFeatureReadyResult on completion.

Applies to


Feedback

Was this page helpful?