TextAuthoringTrainedModel.GetModelTextAuthoringEvalSummary 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.
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.