Conversational Analysis Authoring

Operations

Cancel Training Job

Triggers a cancellation for a running training job.

Create Project

Creates a new project or updates an existing one.

Delete Deployment

Deletes a project deployment.

Delete Project

Deletes a project.

Delete Trained Model

Deletes an existing trained model.

Deploy Project

Creates a new deployment or replaces an existing one.

Export

Triggers a job to export a project's data.

Get Deployment

Gets the details of a deployment.

Get Deployment Status

Gets the status of an existing deployment job.

Get Export Status

Gets the status of an export job. Once job completes, returns the project metadata, and assets.

Get Import Status

Gets the status for an import.

Get Load Snapshot Status

Gets the status for loading a snapshot.

Get Model Evaluation Results

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.

Get Model Evaluation Summary

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

Get Project

Gets the details of a project.

Get Project Deletion Status

Gets the status for a project deletion job.

Get Supported Languages

Lists the supported languages for the given project type.

Get Supported Prebuilt Entities

Lists the supported prebuilt entities that can be used while creating composed entities.

Get Swap Deployments Status

Gets the status of an existing swap deployment job.

Get Trained Model

Gets the details of a trained model.

Get Training Status

Gets the status for a training job.

Import

Triggers a job to import a project. If a project with the same name already exists, the data of that project is replaced.

List Deployments

Lists the deployments belonging to a project.

List Projects

Lists the existing projects.

List Trained Models

Lists the trained models belonging to a project.

List Training Config Versions

Lists the support training config version for a given project type.

List Training Jobs

Lists the non-expired training jobs created for a project.

Load Snapshot

Restores the snapshot of this trained model to be the current working directory of the project.

Swap Deployments

Swaps two existing deployments with each other.

Train

Triggers a training job for a project.