Share via


TextAuthoringTrainedModel Class

Definition

The TextAuthoringTrainedModel sub-client.

public class TextAuthoringTrainedModel
type TextAuthoringTrainedModel = class
Public Class TextAuthoringTrainedModel
Inheritance
TextAuthoringTrainedModel

Constructors

TextAuthoringTrainedModel()

Initializes a new instance of TextAuthoringTrainedModel for mocking.

Properties

Pipeline

The HTTP pipeline for sending and receiving REST requests and responses.

Methods

DeleteTrainedModel(CancellationToken)

Deletes a trained model.

DeleteTrainedModel(RequestContext)

[Protocol Method] Deletes an existing trained model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteTrainedModelAsync(CancellationToken)

Deletes a trained model.

DeleteTrainedModelAsync(RequestContext)

[Protocol Method] Deletes an existing trained model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
EvaluateModel(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Triggers evaluation operation on a trained model.

EvaluateModel(WaitUntil, TextAuthoringEvaluationDetails, CancellationToken)

Triggers evaluation operation on a trained model.

EvaluateModelAsync(WaitUntil, RequestContent, RequestContext)

[Protocol Method] Triggers evaluation operation on a trained model.

EvaluateModelAsync(WaitUntil, TextAuthoringEvaluationDetails, CancellationToken)

Triggers evaluation operation on a trained model.

GetEvaluationStatus(String, CancellationToken)

Gets the status for an evaluation job.

GetEvaluationStatus(String, RequestContext)

[Protocol Method] Gets the status for an evaluation job.

GetEvaluationStatusAsync(String, CancellationToken)

Gets the status for an evaluation job.

GetEvaluationStatusAsync(String, RequestContext)

[Protocol Method] Gets the status for an evaluation job.

GetLoadSnapshotStatus(String, CancellationToken)

Gets the status for loading a snapshot.

GetLoadSnapshotStatus(String, RequestContext)

[Protocol Method] Gets the status for loading a snapshot.

GetLoadSnapshotStatusAsync(String, CancellationToken)

Gets the status for loading a snapshot.

GetLoadSnapshotStatusAsync(String, RequestContext)

[Protocol Method] Gets the status for loading a snapshot.

GetModelEvalSummary(RequestContext)

[Protocol Method] Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelEvalSummaryAsync(CancellationToken)

Gets the evaluation summary of a trained model.

GetModelEvalSummaryAsync(RequestContext)

[Protocol Method] Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelEvaluationResults(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Gets the detailed results of the evaluation for a trained model. This includes the raw inference results for the data included in the evaluation process.

GetModelEvaluationResults(StringIndexType, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Gets the detailed results of the evaluation for a trained model.

GetModelEvaluationResultsAsync(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, RequestContext)

[Protocol Method] Gets the detailed results of the evaluation for a trained model. This includes the raw inference results for the data included in the evaluation process.

GetModelEvaluationResultsAsync(StringIndexType, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Gets the detailed results of the evaluation for a trained model.

GetModelEvaluationSummary(CancellationToken)

Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelEvaluationSummary(RequestContext)

[Protocol Method] Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelEvaluationSummaryAsync(CancellationToken)

Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelEvaluationSummaryAsync(RequestContext)

[Protocol Method] Gets the evaluation summary of a trained model. The summary includes high level performance measurements of the model e.g., F1, Precision, Recall, etc.

GetModelTextAuthoringEvalSummary(CancellationToken)

Gets the evaluation summary of a trained model.

GetTrainedModel(CancellationToken)

Gets the details of a trained model.

GetTrainedModel(RequestContext)

[Protocol Method] Gets the details of a trained model.

GetTrainedModelAsync(CancellationToken)

Gets the details of a trained model.

GetTrainedModelAsync(RequestContext)

[Protocol Method] Gets the details of a trained model.

LoadSnapshot(WaitUntil, CancellationToken)

Loads a snapshot of a trained model.

LoadSnapshot(WaitUntil, RequestContext)

[Protocol Method] Long-running operation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
LoadSnapshotAsync(WaitUntil, CancellationToken)

Loads a snapshot of a trained model.

LoadSnapshotAsync(WaitUntil, RequestContext)

[Protocol Method] Long-running operation.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

Applies to