你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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