TextAuthoringExportedModel 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 TextAuthoringExportedModel sub-client.
public class TextAuthoringExportedModel
type TextAuthoringExportedModel = class
Public Class TextAuthoringExportedModel
- Inheritance
-
TextAuthoringExportedModel
Constructors
| Name | Description |
|---|---|
| TextAuthoringExportedModel() |
Initializes a new instance of TextAuthoringExportedModel for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CreateOrUpdateExportedModel(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Creates a new exported model or replaces an existing one.
|
| CreateOrUpdateExportedModel(WaitUntil, TextAuthoringExportedModelDetails, CancellationToken) |
Creates a new exported model or replaces an existing one. |
| CreateOrUpdateExportedModelAsync(WaitUntil, RequestContent, RequestContext) |
[Protocol Method] Creates a new exported model or replaces an existing one.
|
| CreateOrUpdateExportedModelAsync(WaitUntil, TextAuthoringExportedModelDetails, CancellationToken) |
Creates a new exported model or replaces an existing one. |
| DeleteExportedModel(WaitUntil, CancellationToken) |
Deletes an exported model. |
| DeleteExportedModel(WaitUntil, RequestContext) |
[Protocol Method] Deletes an existing exported model.
|
| DeleteExportedModelAsync(WaitUntil, CancellationToken) |
Deletes an exported model. |
| DeleteExportedModelAsync(WaitUntil, RequestContext) |
[Protocol Method] Deletes an existing exported model.
|
| GetExportedModel(CancellationToken) |
Gets the details of an exported model. |
| GetExportedModel(RequestContext) |
[Protocol Method] Gets the details of an exported model.
|
| GetExportedModelAsync(CancellationToken) |
Gets the details of an exported model. |
| GetExportedModelAsync(RequestContext) |
[Protocol Method] Gets the details of an exported model.
|
| GetExportedModelJobStatus(String, CancellationToken) |
Gets the status for an existing job to create or update an exported model. |
| GetExportedModelJobStatus(String, RequestContext) |
[Protocol Method] Gets the status for an existing job to create or update an exported model.
|
| GetExportedModelJobStatusAsync(String, CancellationToken) |
Gets the status for an existing job to create or update an exported model. |
| GetExportedModelJobStatusAsync(String, RequestContext) |
[Protocol Method] Gets the status for an existing job to create or update an exported model.
|
| GetExportedModelManifest(CancellationToken) |
Gets the details and URL needed to download the exported model. |
| GetExportedModelManifest(RequestContext) |
[Protocol Method] Gets the details and URL needed to download the exported model.
|
| GetExportedModelManifestAsync(CancellationToken) |
Gets the details and URL needed to download the exported model. |
| GetExportedModelManifestAsync(RequestContext) |
[Protocol Method] Gets the details and URL needed to download the exported model.
|