ConversationAuthoringClient Class
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.
Caution
This class is obsolete and and will be removed in a future release. Find more details here: https://aka.ms/language-conversations-sdk
The ConversationAuthoring service client.
public class ConversationAuthoringClient
[System.Obsolete("This class is obsolete and and will be removed in a future release. Find more details here: https://aka.ms/language-conversations-sdk", true)]
public class ConversationAuthoringClient
type ConversationAuthoringClient = class
[<System.Obsolete("This class is obsolete and and will be removed in a future release. Find more details here: https://aka.ms/language-conversations-sdk", true)>]
type ConversationAuthoringClient = class
Public Class ConversationAuthoringClient
- Inheritance
-
ConversationAuthoringClient
- Attributes
Remarks
See https://learn.microsoft.com/rest/api/language/2023-04-01/conversational-analysis-authoring for more information about models you can pass to this client.
Constructors
ConversationAuthoringClient() |
Initializes a new instance of ConversationAuthoringClient for mocking. |
ConversationAuthoringClient(Uri, AzureKeyCredential) |
Initializes a new instance of ConversationAuthoringClient. |
ConversationAuthoringClient(Uri, AzureKeyCredential, ConversationsClientOptions) |
Initializes a new instance of ConversationAuthoringClient. |
ConversationAuthoringClient(Uri, TokenCredential) |
Initializes a new instance of ConversationAuthoringClient. |
ConversationAuthoringClient(Uri, TokenCredential, ConversationsClientOptions) |
Initializes a new instance of ConversationAuthoringClient |
Properties
Endpoint |
Gets the service endpoint for this client. |
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
CancelTrainingJob(WaitUntil, String, String, RequestContext) |
[Protocol Method] Triggers a cancellation for a running training job.
|
CancelTrainingJobAsync(WaitUntil, String, String, RequestContext) |
[Protocol Method] Triggers a cancellation for a running training job.
|
CreateProject(String, RequestContent, RequestContext) |
[Protocol Method] Creates a new project or updates an existing one. |
CreateProjectAsync(String, RequestContent, RequestContext) |
[Protocol Method] Creates a new project or updates an existing one. |
DeleteDeployment(WaitUntil, String, String, RequestContext) |
[Protocol Method] Deletes a project deployment.
|
DeleteDeploymentAsync(WaitUntil, String, String, RequestContext) |
[Protocol Method] Deletes a project deployment.
|
DeleteProject(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a project.
|
DeleteProjectAsync(WaitUntil, String, RequestContext) |
[Protocol Method] Deletes a project.
|
DeleteTrainedModel(String, String, RequestContext) |
[Protocol Method] Deletes an existing trained model.
|
DeleteTrainedModelAsync(String, String, RequestContext) |
[Protocol Method] Deletes an existing trained model.
|
DeployProject(WaitUntil, String, String, RequestContent, RequestContext) |
[Protocol Method] Creates a new deployment or replaces an existing one.
|
DeployProjectAsync(WaitUntil, String, String, RequestContent, RequestContext) |
[Protocol Method] Creates a new deployment or replaces an existing one.
|
ExportProject(WaitUntil, String, String, String, String, String, RequestContext) |
[Protocol Method] Triggers a job to export a project's data.
|
ExportProjectAsync(WaitUntil, String, String, String, String, String, RequestContext) |
[Protocol Method] Triggers a job to export a project's data.
|
GetDeployment(String, String, RequestContext) |
Gets the deployment details for a specified project and deployment name. |
GetDeploymentAsync(String, String, RequestContext) |
Asynchronously gets the deployment details for a specified project and deployment name. |
GetDeploymentJobStatus(String, String, String, RequestContext) |
[Protocol Method] Gets the status of an existing deployment job.
|
GetDeploymentJobStatusAsync(String, String, String, RequestContext) |
[Protocol Method] Gets the status of an existing deployment job.
|
GetDeployments(String, RequestContext) |
[Protocol Method] Lists the deployments belonging to a project.
|
GetDeploymentsAsync(String, RequestContext) |
[Protocol Method] Lists the deployments belonging to a project.
|
GetExportProjectJobStatus(String, String, RequestContext) |
[Protocol Method] Gets the status of an export job. Once job completes, returns the project metadata, and assets.
|
GetExportProjectJobStatusAsync(String, String, RequestContext) |
[Protocol Method] Gets the status of an export job. Once job completes, returns the project metadata, and assets.
|
GetImportProjectJobStatus(String, String, RequestContext) |
[Protocol Method] Gets the status for an import.
|
GetImportProjectJobStatusAsync(String, String, RequestContext) |
[Protocol Method] Gets the status for an import.
|
GetLoadSnapshotJobStatus(String, String, String, RequestContext) |
[Protocol Method] Gets the status for loading a snapshot.
|
GetLoadSnapshotJobStatusAsync(String, String, String, RequestContext) |
[Protocol Method] Gets the status for loading a snapshot.
|
GetModelEvaluationResults(String, String, String, 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(String, String, String, 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.
|
GetModelEvaluationSummary(String, String, 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(String, String, 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.
|
GetProject(String, RequestContext) |
[Protocol Method] Gets the details of the projects. |
GetProjectAsync(String, RequestContext) |
[Protocol Method] Gets the details of the projects. |
GetProjectDeletionJobStatus(String, RequestContext) |
[Protocol Method] Gets the status for a project deletion job.
|
GetProjectDeletionJobStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status for a project deletion job.
|
GetProjects(RequestContext) |
[Protocol Method] Lists the existing projects.
|
GetProjectsAsync(RequestContext) |
[Protocol Method] Lists the existing projects.
|
GetSupportedLanguages(String, RequestContext) |
[Protocol Method] Lists the supported languages for the given project type.
|
GetSupportedLanguagesAsync(String, RequestContext) |
[Protocol Method] Lists the supported languages for the given project type.
|
GetSupportedPrebuiltEntities(String, Nullable<Boolean>, RequestContext) |
[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.
|
GetSupportedPrebuiltEntitiesAsync(String, Nullable<Boolean>, RequestContext) |
[Protocol Method] Lists the supported prebuilt entities that can be used while creating composed entities.
|
GetSwapDeploymentsJobStatus(String, String, RequestContext) |
[Protocol Method] Gets the status of an existing swap deployment job.
|
GetSwapDeploymentsJobStatusAsync(String, String, RequestContext) |
[Protocol Method] Gets the status of an existing swap deployment job.
|
GetTrainedModel(String, String, RequestContext) |
[Protocol Method] Gets the details of a trained model.
|
GetTrainedModelAsync(String, String, RequestContext) |
[Protocol Method] Gets the details of a trained model.
|
GetTrainedModels(String, RequestContext) |
[Protocol Method] Lists the trained models belonging to a project.
|
GetTrainedModelsAsync(String, RequestContext) |
[Protocol Method] Lists the trained models belonging to a project.
|
GetTrainingConfigVersions(String, RequestContext) |
[Protocol Method] Lists the support training config version for a given project type.
|
GetTrainingConfigVersionsAsync(String, RequestContext) |
[Protocol Method] Lists the support training config version for a given project type.
|
GetTrainingJobs(String, RequestContext) |
[Protocol Method] Lists the non-expired training jobs created for a project.
|
GetTrainingJobsAsync(String, RequestContext) |
[Protocol Method] Lists the non-expired training jobs created for a project.
|
GetTrainingJobStatus(String, String, RequestContext) |
[Protocol Method] Gets the status for a training job.
|
GetTrainingJobStatusAsync(String, String, RequestContext) |
[Protocol Method] Gets the status for a training job.
|
ImportProject(WaitUntil, String, RequestContent, String, RequestContext) |
[Protocol Method] Triggers a job to import a project. If a project with the same name already exists, the data of that project is replaced.
|
ImportProjectAsync(WaitUntil, String, RequestContent, String, RequestContext) |
[Protocol Method] Triggers a job to import a project. If a project with the same name already exists, the data of that project is replaced.
|
LoadSnapshot(WaitUntil, String, String, RequestContext) |
[Protocol Method] Restores the snapshot of this trained model to be the current working directory of the project.
|
LoadSnapshotAsync(WaitUntil, String, String, RequestContext) |
[Protocol Method] Restores the snapshot of this trained model to be the current working directory of the project.
|
SwapDeployments(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Swaps two existing deployments with each other.
|
SwapDeploymentsAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Swaps two existing deployments with each other.
|
Train(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Triggers a training job for a project.
|
TrainAsync(WaitUntil, String, RequestContent, RequestContext) |
[Protocol Method] Triggers a training job for a project.
|
Applies to
Azure SDK for .NET