Поделиться через


ConversationAuthoringTrainedModel Class

Definition

The ConversationAuthoringTrainedModel sub-client.

public class ConversationAuthoringTrainedModel
type ConversationAuthoringTrainedModel = class
Public Class ConversationAuthoringTrainedModel
Inheritance
ConversationAuthoringTrainedModel

Constructors

ConversationAuthoringTrainedModel()

Initializes a new instance of ConversationAuthoringTrainedModel for mocking.

Fields

_projectName

Stores the project name associated with the client.

_trainedModelLabel

Stores the project name associated with the client.

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, ConversationAuthoringEvaluationDetails, CancellationToken)

Triggers evaluation operation on a trained model.

EvaluateModel(WaitUntil, RequestContent, RequestContext)

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

EvaluateModelAsync(WaitUntil, ConversationAuthoringEvaluationDetails, CancellationToken)

Triggers evaluation operation on a trained model.

EvaluateModelAsync(WaitUntil, RequestContent, RequestContext)

[Protocol Method] 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.

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.

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.

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.

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] Restores the snapshot of this trained model to be the current working directory of the project.

  • 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] Restores the snapshot of this trained model to be the current working directory of the project.

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

Applies to