Share via


TextAuthoringTrainedModel.GetModelTextAuthoringEvalSummary Method

Definition

Gets the evaluation summary of a trained model.

public virtual Azure.Response<Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary> GetModelTextAuthoringEvalSummary(System.Threading.CancellationToken cancellationToken = default);
abstract member GetModelTextAuthoringEvalSummary : System.Threading.CancellationToken -> Azure.Response<Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary>
override this.GetModelTextAuthoringEvalSummary : System.Threading.CancellationToken -> Azure.Response<Azure.AI.Language.Text.Authoring.TextAuthoringEvalSummary>
Public Overridable Function GetModelTextAuthoringEvalSummary (Optional cancellationToken As CancellationToken = Nothing) As Response(Of TextAuthoringEvalSummary)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to