Share via


TextAuthoringExportedModel Class

Definition

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.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
DeleteExportedModelAsync(WaitUntil, CancellationToken)

Deletes an exported model.

DeleteExportedModelAsync(WaitUntil, RequestContext)

[Protocol Method] Deletes an existing exported model.

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

Gets the details of an exported model.

GetExportedModel(RequestContext)

[Protocol Method] Gets the details of an exported model.

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

Gets the details of an exported model.

GetExportedModelAsync(RequestContext)

[Protocol Method] Gets the details of an exported model.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
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.

Applies to