TextAuthoringProject 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.
The TextAuthoringProject sub-client.
public class TextAuthoringProject
type TextAuthoringProject = class
Public Class TextAuthoringProject
- Inheritance
-
TextAuthoringProject
Constructors
TextAuthoringProject() |
Initializes a new instance of TextAuthoringProject for mocking. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
AssignDeploymentResources(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Assign new Azure resources to a project to allow deploying new deployments to them. This API is available only via AAD authentication and not supported via subscription key authentication. For more details about AAD authentication, check here: https://learn.microsoft.com/en-us/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-azure-active-directory
|
AssignDeploymentResources(WaitUntil, TextAuthoringAssignDeploymentResourcesDetails, CancellationToken) |
Assign new Azure resources to a project to allow deploying new deployments to them. |
AssignDeploymentResourcesAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Assign new Azure resources to a project to allow deploying new deployments to them. This API is available only via AAD authentication and not supported via subscription key authentication. For more details about AAD authentication, check here: https://learn.microsoft.com/en-us/azure/cognitive-services/authentication?tabs=powershell#authenticate-with-azure-active-directory
|
AssignDeploymentResourcesAsync(WaitUntil, TextAuthoringAssignDeploymentResourcesDetails, CancellationToken) |
Assign new Azure resources to a project to allow deploying new deployments to them. |
AuthorizeProjectCopy(RequestContent, RequestContext) |
[Protocol Method] Generates a copy project operation authorization to the current target Azure resource.
|
AuthorizeProjectCopy(TextAuthoringProjectKind, String, Nullable<Boolean>, CancellationToken) |
Generates a copy project operation authorization to the current target Azure resource. |
AuthorizeProjectCopyAsync(RequestContent, RequestContext) |
[Protocol Method] Generates a copy project operation authorization to the current target Azure resource.
|
AuthorizeProjectCopyAsync(TextAuthoringProjectKind, String, Nullable<Boolean>, CancellationToken) |
Generates a copy project operation authorization to the current target Azure resource. |
CancelTrainingJob(WaitUntil, String, CancellationToken) |
Triggers a cancellation for a running training job. |
CancelTrainingJob(WaitUntil, String, RequestContext) |
[Protocol Method] Triggers a cancellation for a running training job.
|
CancelTrainingJobAsync(WaitUntil, String, CancellationToken) |
Triggers a cancellation for a running training job. |
CancelTrainingJobAsync(WaitUntil, String, RequestContext) |
[Protocol Method] Triggers a cancellation for a running training job.
|
CopyProject(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Copies an existing project to another Azure resource.
|
CopyProject(WaitUntil, TextAuthoringCopyProjectDetails, CancellationToken) |
Copies an existing project to another Azure resource. |
CopyProjectAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Copies an existing project to another Azure resource.
|
CopyProjectAsync(WaitUntil, TextAuthoringCopyProjectDetails, CancellationToken) |
Copies an existing project to another Azure resource. |
CreateProject(RequestContent, RequestContext) |
[Protocol Method] Creates a new project or updates an existing one. |
CreateProject(TextAuthoringCreateProjectDetails, CancellationToken) |
Creates a new deployment or replaces an existing one. |
CreateProjectAsync(RequestContent, RequestContext) |
[Protocol Method] Creates a new project or updates an existing one. |
CreateProjectAsync(TextAuthoringCreateProjectDetails, CancellationToken) |
Creates a new deployment or replaces an existing one. |
DeleteProject(WaitUntil, RequestContext) |
[Protocol Method] Deletes a project. |
DeleteProjectAsync(WaitUntil, RequestContext) |
[Protocol Method] Deletes a project. |
Export(WaitUntil, String, String, String, RequestContext) |
[Protocol Method] Triggers a job to export a project's data.
|
Export(WaitUntil, StringIndexType, String, String, CancellationToken) |
Triggers a job to export a project's data. |
ExportAsync(WaitUntil, String, String, String, RequestContext) |
[Protocol Method] Triggers a job to export a project's data.
|
ExportAsync(WaitUntil, StringIndexType, String, String, CancellationToken) |
Triggers a job to export a project's data. |
GetAssignDeploymentResourcesStatus(String, CancellationToken) |
Gets the status of an existing assign deployment resources job. |
GetAssignDeploymentResourcesStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing assign deployment resources job.
|
GetAssignDeploymentResourcesStatusAsync(String, CancellationToken) |
Gets the status of an existing assign deployment resources job. |
GetAssignDeploymentResourcesStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing assign deployment resources job.
|
GetCopyProjectStatus(String, CancellationToken) |
Gets the status of an existing copy project job. |
GetCopyProjectStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing copy project job.
|
GetCopyProjectStatusAsync(String, CancellationToken) |
Gets the status of an existing copy project job. |
GetCopyProjectStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing copy project job.
|
GetExportStatus(String, CancellationToken) |
Gets the status of an export job. Once job completes, returns the project metadata, and assets. |
GetExportStatus(String, RequestContext) |
[Protocol Method] Gets the status of an export job. Once job completes, returns the project metadata, and assets.
|
GetExportStatusAsync(String, CancellationToken) |
Gets the status of an export job. Once job completes, returns the project metadata, and assets. |
GetExportStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an export job. Once job completes, returns the project metadata, and assets.
|
GetImportStatus(String, CancellationToken) |
Gets the status for an import. |
GetImportStatus(String, RequestContext) |
[Protocol Method] Gets the status for an import.
|
GetImportStatusAsync(String, CancellationToken) |
Gets the status for an import. |
GetImportStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status for an import.
|
GetProject(CancellationToken) |
Gets the details of a project. |
GetProject(RequestContext) |
[Protocol Method] Gets the details of a project.
|
GetProjectAsync(CancellationToken) |
Gets the details of a project. |
GetProjectAsync(RequestContext) |
[Protocol Method] Gets the details of a project.
|
GetProjectDeletionStatus(String, CancellationToken) |
Gets the status for a project deletion job. |
GetProjectDeletionStatus(String, RequestContext) |
[Protocol Method] Gets the status for a project deletion job.
|
GetProjectDeletionStatusAsync(String, CancellationToken) |
Gets the status for a project deletion job. |
GetProjectDeletionStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status for a project deletion job.
|
GetSwapDeploymentsStatus(String, CancellationToken) |
Gets the status of an existing swap deployment job. |
GetSwapDeploymentsStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing swap deployment job.
|
GetSwapDeploymentsStatusAsync(String, CancellationToken) |
Gets the status of an existing swap deployment job. |
GetSwapDeploymentsStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing swap deployment job.
|
GetTrainingStatus(String, CancellationToken) |
Gets the status for a training job. |
GetTrainingStatus(String, RequestContext) |
[Protocol Method] Gets the status for a training job.
|
GetTrainingStatusAsync(String, CancellationToken) |
Gets the status for a training job. |
GetTrainingStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status for a training job.
|
GetUnassignDeploymentResourcesStatus(String, CancellationToken) |
Gets the status of an existing unassign deployment resources job. |
GetUnassignDeploymentResourcesStatus(String, RequestContext) |
[Protocol Method] Gets the status of an existing unassign deployment resources job.
|
GetUnassignDeploymentResourcesStatusAsync(String, CancellationToken) |
Gets the status of an existing unassign deployment resources job. |
GetUnassignDeploymentResourcesStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status of an existing unassign deployment resources job.
|
Import(WaitUntil, 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.
|
Import(WaitUntil, TextAuthoringExportedProject, String, CancellationToken) |
Triggers a job to import a project. If a project with the same name already exists, the data of that project is replaced. |
ImportAsync(WaitUntil, 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.
|
ImportAsync(WaitUntil, TextAuthoringExportedProject, String, CancellationToken) |
Triggers a job to import a project. If a project with the same name already exists, the data of that project is replaced. |
SwapDeployments(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Swaps two existing deployments with each other.
|
SwapDeployments(WaitUntil, TextAuthoringSwapDeploymentsDetails, CancellationToken) |
Swaps two existing deployments with each other. |
SwapDeploymentsAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Swaps two existing deployments with each other.
|
SwapDeploymentsAsync(WaitUntil, TextAuthoringSwapDeploymentsDetails, CancellationToken) |
Swaps two existing deployments with each other. |
Train(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Triggers a training job for a project.
|
Train(WaitUntil, TextAuthoringTrainingJobDetails, CancellationToken) |
Triggers a training job for a project. |
TrainAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Triggers a training job for a project.
|
TrainAsync(WaitUntil, TextAuthoringTrainingJobDetails, CancellationToken) |
Triggers a training job for a project. |
UnassignDeploymentResources(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Unassign resources from a project. This disallows deploying new deployments to these resources, and deletes existing deployments assigned to them.
|
UnassignDeploymentResources(WaitUntil, TextAuthoringUnassignDeploymentResourcesDetails, CancellationToken) |
Unassign resources from a project. This disallows deploying new deployments to these resources, and deletes existing deployments assigned to them. |
UnassignDeploymentResourcesAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Unassign resources from a project. This disallows deploying new deployments to these resources, and deletes existing deployments assigned to them.
|
UnassignDeploymentResourcesAsync(WaitUntil, TextAuthoringUnassignDeploymentResourcesDetails, CancellationToken) |
Unassign resources from a project. This disallows deploying new deployments to these resources, and deletes existing deployments assigned to them. |