Share via


TextAnalysisAuthoringModelFactory.TextAuthoringCreateDeploymentDetails Method

Definition

Initializes a new instance of TextAuthoringCreateDeploymentDetails.

public static Azure.AI.Language.Text.Authoring.TextAuthoringCreateDeploymentDetails TextAuthoringCreateDeploymentDetails(string trainedModelLabel = default, System.Collections.Generic.IEnumerable<string> assignedResourceIds = default);
static member TextAuthoringCreateDeploymentDetails : string * seq<string> -> Azure.AI.Language.Text.Authoring.TextAuthoringCreateDeploymentDetails
Public Shared Function TextAuthoringCreateDeploymentDetails (Optional trainedModelLabel As String = Nothing, Optional assignedResourceIds As IEnumerable(Of String) = Nothing) As TextAuthoringCreateDeploymentDetails

Parameters

trainedModelLabel
String

Represents the trained model label.

assignedResourceIds
IEnumerable<String>

Represents the resource IDs to be assigned to the deployment. If provided, the deployment will be rolled out to the resources provided here as well as the original resource in which the project is created.

Returns

A new TextAuthoringCreateDeploymentDetails instance for mocking.

Applies to